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_extensionName__",
"version": "3.0.0",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": {
"32": "icon128.png",
"64": "icon128.png",
"128": "icon128.png"
},
"action": {
"default_title": "__MSG_extensionTitle__",
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage"
]
}