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_extName__",
"version": "3.5",
"description": "__MSG_extDescription__",
"background": {
"service_worker": "bg.js",
"type": "module"
},
"options_page": "options.html",
"permissions": [
"storage"
],
"action": {
"default_icon": {
"24": "img\/icon24.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"default_title": "__MSG_actionTitle__"
},
"default_locale": "en",
"icons": {
"48": "img\/icon48.png",
"64": "img\/icon64.png",
"128": "img\/icon128.png"
},
"minimum_chrome_version": "92"
}