Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "256.png",
"default_popup": "popup.html"
},
"permissions": [
"contextMenus"
],
"default_locale": "en",
"description": "__MSG_app_description__",
"icons": {
"38": "256.png",
"48": "256.png",
"128": "256.png"
},
"manifest_version": 3,
"name": "__MSG_app_name__",
"short_name": "__MSG_app_name__",
"version": "3.2"
}