Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "__MSG_manifestname__",
"version": "1.0",
"description": "__MSG_description__",
"action": {
"default_icon": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
}
},
"permissions": [
"tabs"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "zh_CN"
}