Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"author": "Speechify Inc",
"version": "13.1.0",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "images\/icon-light-square-16.png",
"32": "images\/icon-light-square-32.png",
"48": "images\/icon-light-square-48.png",
"128": "images\/icon-light-square-128.png"
},
"commands": {
"play-pause-new": {
"suggested_key": {
"mac": "Alt+A",
"windows": "Alt+A",
"chromeos": "Alt+A",
"linux": "Alt+A"
},
"description": "Play\/Pause (new shortcut)"
},
"open-screenshot-mode": {
"suggested_key": {
"mac": "MacCtrl+Command+R",
"windows": "Alt+R",
"chromeos": "Alt+R",
"linux": "Alt+R"
},
"description": "Open Screenshot Mode"
},
"save-to-library": {
"suggested_key": {
"mac": "Alt+L",
"windows": "Alt+L",
"chromeos": "Alt+L",
"linux": "Alt+L"
},
"description": "Save To Library"
},
"voice-typing": {
"suggested_key": {
"mac": "Alt+S",
"windows": "Alt+S",
"chromeos": "Alt+S",
"linux": "Alt+S"
},
"description": "Voice Typing"
}
},
"minimum_chrome_version": "109",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
"sandbox": "sandbox allow-scripts; default-src *; media-src data:; style-src 'nonce-nVxWUtkqVd';"
},
"permissions": [
"offscreen",
"tabs",
"tabCapture",
"contextMenus",
"storage",
"alarms",
"scripting",
"unlimitedStorage",
"system.cpu",
"system.memory",
"sidePanel"
],
"host_permissions": [
"<all_urls>",
"https:\/\/*\/",
"http:\/\/*\/",
"file:\/\/*\/"
],
"background": {
"service_worker": "background\/main.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-idle-notifier.js"
],
"run_at": "document_idle"
},
{
"matches": [
"<all_urls>"
],
"js": [
"content-wrapper.js"
],
"css": [
"css\/speechify.css"
],
"run_at": "document_start"
}
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.getspeechify.com\/*",
"*:\/\/*.speechify.com\/*",
"*:\/\/speechify.com\/*",
"*:\/\/speechify.website\/*",
"*:\/\/*.speechify.website\/*",
"*:\/\/speechify.dev\/*",
"*:\/\/*.speechify.dev\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"features.json",
"fonts\/*",
"images\/*",
"audio\/*",
"houdini.js",
"content\/*",
"offscreen\/*",
"sidepanel\/*",
"popup\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": [],
"use_dynamic_url": false
}
],
"action": {
"default_icon": {
"16": "images\/icon-light-square-16.png",
"32": "images\/icon-light-square-32.png",
"48": "images\/icon-light-square-48.png",
"128": "images\/icon-light-square-128.png"
}
},
"side_panel": {
"default_path": "sidepanel\/sidepanel.html"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnnXnXWS\/0k0it5ppG9ZrLg+vbLcnWIc7oO0etuckHIoLFnbjjpV7\/+ivDIkdkCpfbGtkc25lZfcuJHwk5b+kMEsWPeKn1XBENnxW4N3QdyXFQVEJeVQwGiuN0WBk3DTnfrwYePBzbfOelTVGR7hdLDsE+0WlQ+V3YfhcuCOHL7YxiCloj3fx7mr5H+q2VinDI\/hjhWTKmw7Udd39BMZgwkXO1rtDeR4YAgoQrRp4eKkOccSRW3osZXFRve1HSnk9PWAAsi\/AQNTvrcwMhGIyYMSd6xOpVt96mDa09oYCCidLAtCC3qRDPj4FUc0kogn5qjCDBYISYCO4KkRRFCbjBwIDAQAB"
}