We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ae23a commit 707ad13Copy full SHA for 707ad13
2 files changed
config.ts
@@ -1,4 +1,4 @@
1
export default {
2
- api: "https://beta.stopmodreposts.org/sites.json",
+ api: "https://api.stopmodreposts.org/sites.json",
3
mail: "help@stopmodreposts.org",
4
};
manifest.json
@@ -12,6 +12,6 @@
12
"background": {
13
"scripts": ["out/background.bundle.js"]
14
},
15
- "permissions": ["https://beta.stopmodreposts.org/sites.json", "tabs"],
+ "permissions": ["https://api.stopmodreposts.org/sites.json", "tabs"],
16
"manifest_version": 2
17
}
0 commit comments