Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "4.46.2",
"manifest_version": 3,
"icons": {
"16": "logo-16.png",
"32": "logo-32.png",
"48": "logo-48.png",
"128": "logo-128.png"
},
"host_permissions": [
"<all_urls>",
"https:\/\/*.openai.com\/",
"https:\/\/*.openai.azure.com\/",
"https:\/\/*.glarity.app\/",
"https:\/\/*.google-analytics.com\/",
"https:\/\/*.xiaohongshu.com\/"
],
"permissions": [
"storage",
"activeTab",
"tabs",
"contextMenus",
"sidePanel",
"offscreen",
"cookies",
"scripting",
"https:\/\/api.glarity.app\/*",
"https:\/\/vi2vocal.s3.ap-northeast-1.amazonaws.com\/*",
"https:\/\/www.google-analytics.com\/*",
"https:\/\/glarity.app\/api\/*",
"https:\/\/*.felo.ai\/*",
"https:\/\/*.felo.me\/*",
"https:\/\/*.glarity.app\/*",
"https:\/\/account.felo.ai\/*",
"https:\/\/glarityapi.com\/*"
],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "Click to open panel"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"langchainModules.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"css": [
"content-script.css"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+M",
"mac": "MacCtrl+M",
"linux": "Ctrl+M"
}
},
"fast_action": {
"description": "__MSG_page_summary_shortcut__",
"suggested_key": {
"default": "Alt+C",
"mac": "Alt+C",
"linux": "Alt+C"
}
},
"screenshot_action": {
"description": "__MSG_screenshot_shortcut__",
"suggested_key": {
"default": "Alt+K",
"mac": "Alt+K",
"linux": "Alt+K"
}
}
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"subtitle\/inject.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval';"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}