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",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "0.1.8",
"manifest_version": 3,
"background": {
"service_worker": "js\/BackgroundService.js",
"type": "module"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"sidePanel"
],
"optional_permissions": [
"idle",
"offscreen"
],
"commands": {
"toggle-halo": {
"suggested_key": {
"default": "Alt+H"
},
"description": "Toggle halo speed read mode"
},
"start-rsvp": {
"suggested_key": {
"default": "Alt+R"
},
"description": "Start RSVP reader"
},
"speed-up": {
"suggested_key": {
"default": "Alt+Shift+Right"
},
"description": "Increase RSVP speed"
},
"speed-down": {
"suggested_key": {
"default": "Alt+Shift+Left"
},
"description": "Decrease RSVP speed"
}
},
"side_panel": {
"default_path": "pages\/sidepanel\/sidepanel.html"
},
"icons": {
"16": "icons\/halo16.png",
"32": "icons\/halo32.png",
"48": "icons\/halo48.png",
"128": "icons\/halo128.png"
},
"action": {
"default_title": "HaloRead settings",
"default_icon": {
"16": "icons\/halo16.png",
"32": "icons\/halo32.png",
"48": "icons\/halo48.png"
}
},
"default_locale": "en",
"homepage_url": "https:\/\/speed-read.pdfwork.com"
}