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,
"minimum_chrome_version": "123",
"offline_enabled": true,
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "keyNote",
"description": "__MSG_extDescription__",
"version": "0.0.03",
"author": "NoteRail",
"icons": {
"16": "icon.png",
"128": "icon_128.png"
},
"action": {
"default_title": "Open KeyNote (Alt+ S)"
},
"options_page": "options\/index.html",
"side_panel": {
"default_path": "panel\/index.html"
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+S",
"windows": "Alt+S",
"mac": "Alt+S",
"linux": "Alt+S"
}
},
"noteboard": {
"suggested_key": {
"default": "Alt+N"
},
"description": "Open noteboard"
}
},
"web_accessible_resources": [
{
"resources": [
"scripts\/generator\/mark-generator.js"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_request_header",
"enabled": true,
"path": "rules\/request_header.json"
}
]
},
"permissions": [
"activeTab",
"contextMenus",
"declarativeNetRequestWithHostAccess",
"sidePanel",
"storage",
"scripting"
],
"optional_permissions": [
"readingList"
],
"host_permissions": [
"https:\/\/chatgpt.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/copilot.microsoft.com\/*",
"https:\/\/www.perplexity.ai\/*",
"https:\/\/app.chathub.gg\/api\/*",
"https:\/\/chat.mistral.ai\/*"
],
"optional_host_permissions": [
"<all_urls>"
]
}