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_appName__",
"description": "__MSG_appDescription__",
"version": "1.0.4",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png",
"256": "icon\/256.png"
},
"author": {
"email": "[email protected]"
},
"homepage_url": "https:\/\/readgenius.net",
"permissions": [
"sidePanel",
"activeTab",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/*.fastclass.cn\/*",
"https:\/\/*.readgenius.net\/*"
],
"default_locale": "en",
"action": {
"default_icon": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
}
},
"commands": {
"toggle-floating-ball": {
"suggested_key": {
"default": "Ctrl+Shift+K",
"mac": "Command+Shift+K",
"chromeos": "Ctrl+Shift+K",
"linux": "Ctrl+Shift+K"
},
"description": "__MSG_floatingBallShortcutTip__"
}
},
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"web_accessible_resources": [
{
"resources": [
"icon\/*",
"notes.html",
"options.html"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"content-scripts\/read.css"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/read.js"
]
}
]
}