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_extension_name__", "description": "__MSG_extension_description__", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApgYzh735bCw46XakxwDkW6BKPuikM65M3q9Mtsz1UG8vOgpDg5UYEJDdwU0j8ddRDIs96c541HNQAz9dgOWoAW2U9UNs4CUmB4mudu6oKbVdNthBX7nHXsWpft7WwnLPJvy5MaGhNPJd8gj5gsSiW8rsK3s3TeeD+oi3f8K+M2Fa5UqufK7zBzTAoQqLxCMLHmKoKq8KgQyVwmQzZLh+CEMQAR4a9\/JP21zhXrKCrBvsxTMMPsn78n5659i9MZfcWu8NldNWN9sJXA+D4I5us4gr4WnYjbgTNy6f8rJZLz6GsWmpuZ36hJFc7Ve7kq\/5IL3zE1g6XlWw+FozX2djqQIDAQAB", "version": "4.0.2", "default_locale": "en", "icons": { "128": "images\/icon.png" }, "commands": { "togglePlay": { "suggested_key": { "default": "Alt+Shift+P", "chromeos": "Alt+P" }, "description": "Start or stop reading" }, "rewind": { "suggested_key": { "default": "Alt+Shift+Comma", "chromeos": "Alt+Comma" }, "description": "Move backwards one unit" }, "forward": { "suggested_key": { "default": "Alt+Shift+Period", "chromeos": "Alt+Period" }, "description": "Move forwards one unit" }, "toggleCursor": { "suggested_key": { "default": "Alt+Shift+L", "chromeos": "Alt+L" }, "description": "Enable Highlights Mode" } }, "permissions": [ "activeTab", "scripting", "tabs", "storage", "nativeMessaging", "identity" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "background": { "service_worker": "js\/background.min.js" }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "js": [ "js\/content-script.min.js" ], "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.fireflybykurzweil.com\/*", "*:\/\/*.kurzweil3000.com\/*", "*:\/\/*\/_\/chrome\/newtab*", "*:\/\/accounts.google.com\/o\/oauth2\/*", "*:\/\/accounts.google.com\/signin\/*" ], "match_about_blank": false }, { "all_frames": false, "js": [ "js\/docs-inject-proxy-script.min.js" ], "matches": [ "*:\/\/docs.google.com\/document\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "css\/*.css", "images\/*.png", "images\/*.svg", "images\/*.cur", "html\/iframe.html", "html\/audio-iframe.html", "html\/iframe_pdf.html", "html\/highlight-iframe.html", "js\/docs-proxy-script.min.js" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "*:\/\/local.kurzweil3000.com:*\/*", "https:\/\/dev.kurzweil3000.com:*\/*", "https:\/\/pre.kurzweil3000.com:*\/*", "https:\/\/www.kurzweil3000.com:*\/*", "https:\/\/post.kurzweil3000.com:*\/*", "*:\/\/local.accounts.kurzweil3000.com:*\/*", "https:\/\/dev.accounts.kurzweil3000.com:*\/*", "https:\/\/pre.accounts.kurzweil3000.com:*\/*", "https:\/\/accounts.kurzweil3000.com:*\/*", "https:\/\/post.accounts.kurzweil3000.com:*\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "action": [] }