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",
"manifest_version": 3,
"name": "__MSG_appName__",
"default_locale": "en",
"description": "__MSG_shortDesc__",
"version": "1.1.1",
"action": [],
"icons": {
"16": "public\/icon.png",
"32": "public\/icon.png",
"48": "public\/icon.png",
"128": "public\/icon.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": []
}