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", "version": "3.0.0", "background": { "service_worker": "\/js\/welcome.js" }, "action": { "default_icon": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "default_popup": "popup.html", "default_title": "__MSG_AppName__" }, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "description": "__MSG_AppDesc__", "homepage_url": "https:\/\/background-meet.dllplayer.com", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png", "256": "img\/icon-256.png", "512": "img\/icon-512.png" }, "manifest_version": 3, "name": "__MSG_AppName__", "offline_enabled": true, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/inject.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "img\/icon-512.png", "img\/automute-disabled.png", "img\/automute.png" ], "matches": [ "<all_urls>" ] } ] }