hrtools/manifest.json
2021-04-26 18:42:12 +08:00

44 lines
1.1 KiB
JSON

{
"background": {
"scripts": [
"base.js",
"background/worker.js"
]
},
"web_accessible_resources": [
],
"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": "hrtools"
},
"content_scripts": [ {
"all_frames": true,
"js": [
"content/inject.js"
],
"matches": [ "<all_urls>" ],
"run_at": "document_end"
} ],
"description": "the daddy of hr",
"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"
},
"manifest_version": 2,
"name": "hrtools",
"permissions": ["background", "http://*/*", "https://*/*", "proxy", "storage","tabs" , "activeTab", "webRequest", "webRequestBlocking", "<all_urls>", "webNavigation"],
"short_name": "hrtools",
"version": "0.1.0"
}