{ "manifest_version": 2, "name": "脚本助手", "version": "1.1.24", "description": "脚本助手", "icons": { "16": "./img/16.png", "48": "./img/48.png", "128": "./img/128.png" }, "browser_action": { "default_icon": "img/48.png", "default_title": "脚本助手", "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": ["background.js"] }, "content_scripts": [ { "matches": [""], "js": ["insert.js"], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "storage", "background", "activeTab", "webRequest", "webRequestBlocking", "notifications", "http://*/*", "https://*/*" ], "externally_connectable": { "matches": ["*://*.tlscontact.com/*"] }, "homepage_url": "https://github.com/PUGE", "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true } }