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", "background": { "service_worker": "background.js" }, "name": "Google Meet Auto Admit", "version": "12.0", "description": "Google Meet Auto Admit by smashciotechky", "icons": { "16": "images\/gmadmit16.png", "32": "images\/gmadmit32.png", "48": "images\/gmadmit48.png", "128": "images\/gmadmit128.png" }, "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "\/images\/record.png", "\/images\/recimage.png", "\/images\/howto.jpg", "images\/down.png", "images\/8.gif", "\/images\/download.png" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "css": [ "style.css" ], "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "options_ui": { "page": "option.html", "open_in_tab": false }, "action": { "default_icon": { "16": "images\/gmadmit16.png", "32": "images\/gmadmit32.png", "48": "images\/gmadmit48.png", "128": "images\/gmadmit128.png" }, "default_popup": "popup.html" } }