1234567891011121314151617181920212223242526272829303132 |
- {
- "manifest_version": 2,
-
- "name": "RSF Censorship Detector",
- "description": "Find access to blocked websites",
- "version": "1.2",
-
- "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": ["jquery.js", "backgroundPage.js"]
- },
-
- "applications": {
- "gecko": {
- "id": "collateral-freedom@rsf.org"
- }
- }
- }
|