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": [],
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "52",
"manifest_version": 3,
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Q",
"windows": "Alt+Q",
"mac": "Alt+Q",
"chromeos": "Alt+Q",
"linux": "Alt+Q"
}
}
},
"permissions": [
"storage",
"offscreen"
],
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
}
}