12345678910111213141516171819202122232425262728293031323334 |
- {
- "manifest_version": 2,
-
- "name": "RSF Censorship Detector",
- "description": "Find access to blocked websites",
- "version": "1.3.3",
-
- "icons": {
- "128": "rsc/icon-128.png"
- },
-
- "browser_action": {
- "browser_style": false,
- "default_icon": "rsc/icon.png",
- "default_popup": "index.html"
- },
-
- "permissions": [
- "storage",
- "tabs"
- ],
-
- "background": {
- "scripts": ["libs/jquery.js", "backgroundPage.js"]
- },
-
- "applications": {
- "gecko": {
- "id": "collateral-freedom@rsf.org"
- }
- },
-
- "default_locale": "en"
- }
|