2017-09-13 03:18:12 -07:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
2020-09-25 17:50:56 -07:00
|
|
|
"name": "__MSG_extensionName__",
|
2021-05-02 06:06:20 -07:00
|
|
|
"version": "0.4.7",
|
2020-09-25 17:50:56 -07:00
|
|
|
"default_locale": "en",
|
|
|
|
"description": "__MSG_extensionDescription__",
|
2017-09-13 03:18:12 -07:00
|
|
|
"permissions": [
|
|
|
|
"tabs",
|
|
|
|
"storage",
|
|
|
|
"<all_urls>",
|
|
|
|
"webNavigation",
|
|
|
|
"webRequest",
|
2018-11-04 01:56:34 -08:00
|
|
|
"webRequestBlocking",
|
|
|
|
"contextMenus"
|
2017-09-13 03:18:12 -07:00
|
|
|
],
|
2020-12-28 05:17:45 -08:00
|
|
|
"optional_permissions": [
|
|
|
|
"cookies"
|
|
|
|
],
|
2017-09-13 03:18:12 -07:00
|
|
|
"icons": {
|
2018-05-15 00:54:51 -07:00
|
|
|
"16": "data/icons/active/16.png",
|
|
|
|
"18": "data/icons/active/18.png",
|
|
|
|
"19": "data/icons/active/19.png",
|
|
|
|
"32": "data/icons/active/32.png",
|
|
|
|
"36": "data/icons/active/36.png",
|
|
|
|
"38": "data/icons/active/38.png",
|
|
|
|
"48": "data/icons/active/48.png",
|
|
|
|
"64": "data/icons/active/64.png",
|
|
|
|
"128": "data/icons/active/128.png",
|
|
|
|
"256": "data/icons/active/256.png"
|
2017-09-13 03:18:12 -07:00
|
|
|
},
|
2020-08-04 01:22:18 -07:00
|
|
|
"storage": {
|
|
|
|
"managed_schema": "schema.json"
|
|
|
|
},
|
2017-09-13 03:18:12 -07:00
|
|
|
"background":{
|
|
|
|
"scripts":[
|
2019-03-12 02:50:52 -07:00
|
|
|
"ua-parser.min.js",
|
2017-09-13 03:18:12 -07:00
|
|
|
"common.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browser_action":{
|
|
|
|
"default_icon": {
|
|
|
|
"16": "data/icons/16.png",
|
|
|
|
"32": "data/icons/32.png",
|
|
|
|
"48": "data/icons/48.png",
|
|
|
|
"64": "data/icons/64.png"
|
|
|
|
},
|
|
|
|
"default_popup": "data/popup/index.html"
|
2017-09-14 05:50:53 -07:00
|
|
|
},
|
2019-05-15 22:18:58 -07:00
|
|
|
"homepage_url": "https://add0n.com/useragent-switcher.html",
|
2017-11-22 04:35:22 -08:00
|
|
|
"options_ui": {
|
|
|
|
"page": "data/options/index.html",
|
2020-08-05 03:13:33 -07:00
|
|
|
"chrome_style": true,
|
|
|
|
"open_in_tab": true
|
2017-11-22 04:35:22 -08:00
|
|
|
},
|
2018-04-10 00:50:58 -07:00
|
|
|
"content_scripts": [{
|
|
|
|
"all_frames": true,
|
|
|
|
"run_at": "document_start",
|
|
|
|
"match_about_blank": true,
|
|
|
|
"matches": ["*://*/*"],
|
|
|
|
"js": ["data/inject.js"]
|
2019-07-31 22:41:28 -07:00
|
|
|
}]
|
2017-09-13 03:18:12 -07:00
|
|
|
}
|