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",
"background": {
"service_worker": "js\/bg.js"
},
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"64": "images\/icon64.png",
"96": "images\/icon96.png",
"128": "images\/icon128.png"
},
"action": {
"default_icon": "images\/icon128.png",
"default_title": "__MSG_appName__"
},
"permissions": [
"contextMenus",
"sessions"
],
"manifest_version": 3,
"version": "1.0.2"
}