Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "1.46",
"description": "__MSG_extDescription__",
"default_locale": "zh_CN",
"permissions": [
"bookmarks",
"storage",
"favicon",
"webRequest"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "__MSG_extName__"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"minimum_chrome_version": "88",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*.html",
"*.js"
],
"use_dynamic_url": true
}
]
}