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_extension_name__",
"description": "__MSG_extension_description__",
"version": "0.1.6",
"manifest_version": 3,
"default_locale": "en",
"permissions": [
"storage",
"notifications",
"alarms"
],
"icons": {
"128": "assets\/images\/icon_128.png"
},
"background": {
"service_worker": "assets\/js\/background.js",
"type": "module"
},
"action": {
"default_popup": "pages\/popup.html",
"default_title": "__MSG_action_default_title__"
}
}