| 123456789101112131415161718 |
- {
- "name": "SingleFile Core",
- "icons": {
- "16": "resources/icon_16.png",
- "48": "resources/icon_48.png",
- "128": "resources/icon_128.png" },
- "version": "0.2.20",
- "description": "Page processor used by SingleFile",
- "background_page" : "pages/background.html",
- "content_scripts": [ {
- "matches": [ "http://*/*", "https://*/*", "ftp://*/*" ],
- "js": [ "scripts/content/wininfo.js" ],
- "run_at" : "document_end",
- "all_frames" : true
- } ],
- "permissions": [ "tabs", "http://*/*", "https://*/*", "unlimitedStorage" ],
- "minimum_chrome_version" : "7"
- }
|