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\/service_worker.js"
},
"action": {
"default_icon": "icons\/menu\/blue.png",
"default_popup": "popup.html",
"default_title": "__MSG_extension_title__"
},
"default_locale": "en",
"description": "__MSG_extension_description__",
"icons": {
"16": "icons\/edit.png",
"32": "icon.png",
"64": "icon.png",
"128": "icon.png"
},
"manifest_version": 3,
"name": "MyMenu",
"options_page": "options.html",
"permissions": [
"tabs",
"management",
"storage"
],
"version": "2.1.0"
}