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": "\u52a0\u5bc6\u8d27\u5e01\u4ef7\u683c",
"description": "\u52a0\u5bc6\u8d27\u5e01\u4ef7\u683c",
"version": "0.0.1",
"version_name": "0.0.1",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"storage",
"alarms"
],
"incognito": "spanning",
"host_permissions": [],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "\u52a0\u5bc6\u8d27\u5e01\u4ef7\u683c",
"default_popup": "popup.html"
}
}