chromeworker/chromeproxy/manifest.json
2020-11-24 15:16:37 +08:00

46 lines
1.6 KiB
JSON

{
"background": {
"scripts": [
"base.js",
"background/config.js",
"background/worker.js"
]
},
"web_accessible_resources": [
"background/capture.js"
],
"browser_action": {
"default_icon": {
"16": "static/icons/16.png",
"32": "static/icons/32.png",
"48": "static/icons/48.png",
"64": "static/icons/64.png"
},
"default_title": "ChromeProxy"
},
"content_scripts": [ {
"all_frames": true,
"js": [
"base.js",
"content/inject.js"
],
"matches": [ "<all_urls>" ],
"run_at": "document_end"
} ],
"description": "block all",
"homepage_url": "http://474420502.top",
"icons": {
"128": "static/icons/128.png",
"16": "static/icons/16.png",
"32": "static/icons/32.png",
"48": "static/icons/48.png",
"64": "static/icons/64.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlurgt0Ykv740tjk1ebeiSX6UVVRRhxVvh+FvRMTe9PKzkAKUDEW2IjNUz1swxZA8ILnMvtyamAfiErTOxUFB8+zCADU/CK2YEhqUJo3tmHCg6EP2XJL220ZXjmIeft1AqJV1BmGRLhm8VnH8dJ2EThfcflx4JEdlh0/aLJr6UVjF2hPVX8JLAMTVjEfiC82KDNGgXDADqBm3E/6n+Dx+3KhgIYTXKIMk+qRVaOhjAJLh8a9OrDBwpylP5RDifTAyVVa9UOyoLNqynzC9oLabWUr1ovWAOiivhYknFCXnl5q971iNSFpmjc+ZW+aK+TRjMnJF84IeA170corVG3KgnwIDAQAB",
"manifest_version": 2,
"name": "ChromeProxy",
"permissions": ["background", "http://*/*", "https://*/*", "storage","tabs" , "activeTab", "webRequest", "webRequestBlocking", "<all_urls>", "webNavigation"],
"short_name": "ChromeProxy",
"version": "0.1.0"
}