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_appName__", "description": "__MSG_appDesc__", "version": "1.3", "default_locale": "en", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "desktopCapture", "scripting", "storage", "tabCapture", "tabs" ], "web_accessible_resources": [ { "resources": [ "assets\/css\/*.css", "assets\/js\/*.js", "assets\/html\/*.html", "assets\/webfonts\/*.woff2" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "assets\/js\/recorditor-permissions-listener.js", "assets\/js\/recorditor-global-message-listener.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/dashboard.recorditor.com\/dashboard", "https:\/\/dashboard.recorditor.com\/*", "https:\/\/app.recorditor.com\/*", "http:\/\/localhost\/recorditor\/", "https:\/\/3762recorditor.web.app\/", "http:\/\/localhost:3000\/*", "https:\/\/recorditor-fe071.web.app\/*" ] }, "icons": { "16": "logo_16_5.png", "48": "logo_48_4.png", "128": "logo_128_4.png" }, "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/app.recorditor.com\/*", "https:\/\/recorditor.com\/*", "https:\/\/dashboard.recorditor.com\/*", "http:\/\/localhost\/recorditor\/", "https:\/\/3762recorditor.web.app", "http:\/\/localhost:3000\/*", "https:\/\/recorditor-fe071.web.app\/*", "<all_urls>" ] }