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",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "1.0",
"background": {
"service_worker": "scripts\/background.js"
},
"icons": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"96": "images\/icon96.png",
"128": "images\/icon128.png"
},
"default_locale": "en",
"action": {
"default_title": "Click to open panel"
},
"side_panel": {
"default_path": "panel.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"offline_enabled": true,
"permissions": [
"storage",
"sidePanel",
"clipboardRead"
],
"host_permissions": [
"<all_urls>"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+P",
"mac": "Command+Shift+P"
},
"description": "Open the Cover Prompt sidebar"
}
}
}