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_appDesc__", "default_locale": "en", "version": "1.0.3", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv3qOsbLnknNlOXtE6keaOjZ\/oJGq0F91q5LEsRNGexoqZJSPjeNQVXYYIbugT8AatQnlGmLMZLb3PDJ05QQG0YFQdcrLFQ6niYGUCscyDkH0Rr7Z2wKzHEdfAUXjmgG1rCr8aWRilxv1uUX46AGoJJf2G7Xql7KwR6EqQUAjWeZ8t\/\/p4ToRQ7LrTgdkQuV4kdB5+SkM9cuLPMyVmfF2djAvG4M0d+xtPDXxkU53iac3bObEPrRCApIUf0uQvNV1hOvY11WoKjfEOVGc9W8FHUdVbUjexGyRMDG9msbil42Bym85Qm21WquoJQpZM1sNGrhdprDVkR3A88ydXqbXuwIDAQAB", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "all_frames": true, "matches": [ "<all_urls>" ], "run_at": "document_end", "js": [ "ext-content\/runtime.js", "ext-content\/main.js" ], "css": [ "ext-content\/index.css" ] } ], "background": { "service_worker": "ext-background\/main.js" }, "action": { "default_popup": "ext-popup\/index.html", "default_title": "Instructio" }, "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "version_name": "1.0.3", "minimum_chrome_version": "88.0.0", "externally_connectable": { "matches": [ "*:\/\/*.instructio.app\/*" ] }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "storage", "scripting", "alarms" ] }