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_extName__",
"description": "__MSG_extDesc__",
"version": "1.0.13",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"default_locale": "zh_CN",
"permissions": [
"storage",
"contextMenus",
"search"
],
"omnibox": {
"keyword": "hp"
},
"host_permissions": [
"<all_urls>"
],
"commands": {
"open-prompt-picker": {
"suggested_key": {
"default": "Ctrl+Shift+P",
"mac": "Command+Shift+P"
},
"description": "__MSG_openPromptPicker__"
},
"save-selected-text": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "__MSG_saveSelectedText__"
}
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Quick Prompt",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"<all_urls>"
]
}
]
}