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": {
- "default_icon": "rsc/icon.png",
- "default_popup": "index.html"
- },
-
- "permissions": [
- "storage",
- "tabs"
- ],
-
- "background": {
- "scripts": ["jquery.js", "eventPage.js"],
- "persistent": false
- },
-
- "applications": {
- "gecko": {
- "id": "collateralfreedom@brendanabolivier.com"
- }
- }
- }
|