Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"description": "__MSG_extDescription__",
"version": "0.1.2",
"manifest_version": 3,
"offline_enabled": true,
"default_locale": "en",
"minimum_chrome_version": "88",
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/logo.png"
}
},
"icons": {
"128": "icons\/logo.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"alarms"
]
}