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__", "default_locale": "en", "manifest_version": 3, "minimum_chrome_version": "88", "version": "1.0.2.7", "offline_enabled": true, "options_page": "options.html", "action": { "default_icon": ".\/image\/logo_128.png", "default_popup": "popup.html", "default_title": "Mirroring360 Sender" }, "background": { "service_worker": "js\/bg.js" }, "icons": { "16": ".\/image\/logo_128.png", "128": ".\/image\/logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/index_airmedia*" ], "run_at": "document_start", "js": [ "js\/airmedia_web_content.js" ] } ], "permissions": [ "tabs", "storage", "desktopCapture", "tabCapture", "activeTab" ] }