123456789101112131415161718192021222324252627 |
- {
- "manifest_version": 2,
-
- "name": "RSF Censorship Detector",
- "description": "Find access to blocked websites",
- "version": "1.3",
-
- "icons": {
- "128": "rsc/icon-128.png"
- },
-
- "browser_action": {
- "default_icon": "rsc/icon.png",
- "default_popup": "index.html"
- },
-
- "permissions": [
- "storage",
- "tabs"
- ],
-
- "background": {
- "scripts": ["libs/jquery.js", "backgroundPage.js"]
- },
-
- "default_locale": "en"
- }
|