Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "5.0.7", "default_locale": "en", "content_security_policy": { "extension_pages": "frame-src http:\/\/localhost:3000\/ https:\/\/redirect.teleparty.com\/ https:\/\/teleparty-auth---test.firebaseapp.com\/ https:\/\/teleparty-mobile.firebaseapp.com\/; script-src 'self'; object-src 'self';" }, "action": { "default_icon": "img\/icon.png", "default_title": "__MSG_extName__", "default_popup": "popup_react.html" }, "background": { "service_worker": "background_service_bundled.js" }, "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "http:\/\/localhost\/*" ] }, { "resources": [ "img\/*", "html\/*.html", "css\/*", "web\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "web\/*" ], "matches": [ "https:\/\/*.teleparty.com\/*", "https:\/\/*.netflixparty.com\/*" ] }, { "resources": [ "content_scripts\/*", "browse_scripts\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "lib\/replace_state_script.js", "lib\/tp_libraries_min.js" ], "matches": [ "*:\/\/*\/*" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "activeTab", "storage", "scripting", "alarms" ], "optional_host_permissions": [ "*:\/\/*\/*" ] }