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",
"name": "__MSG_extName__",
"version": "2.0.0",
"minimum_chrome_version": "110",
"author": "Guokai Han",
"manifest_version": 3,
"description": "__MSG_extDescription__",
"default_locale": "en",
"offline_enabled": true,
"permissions": [
"storage",
"system.cpu",
"system.memory"
],
"icons": {
"16": "icon\/16.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
}
}