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",
"action": {
"default_title": "__MSG_AppName__",
"default_icon": "icons\/icon48.png"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"default_locale": "en",
"description": "__MSG_AppDesc__",
"homepage_url": "https:\/\/xiaoshujiang.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 3,
"name": "__MSG_AppName__",
"offline_enabled": true,
"host_permissions": [
"<all_urls>"
],
"permissions": [
"activeTab",
"contextMenus",
"scripting",
"storage"
],
"version": "0.0.12"
}