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__",
"description": "__MSG_appDescription__",
"version": "0.2.0.0",
"version_name": "0.2.0",
"default_locale": "en",
"permissions": [
"storage",
"proxy"
],
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "public\/icons\/white16.png",
"32": "public\/icons\/white32.png",
"128": "public\/icons\/white128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_appName__",
"default_icon": {
"16": "public\/icons\/white16.png",
"32": "public\/icons\/white32.png",
"128": "public\/icons\/white128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
}
}