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", "manifest_version": 3, "name": "Group Manager", "version": "1.0", "description": "Collects data from FB group join requests", "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/app.clickweber.com\/*", "https:\/\/www.facebook.com\/*" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "Group Manager", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/groups\/*\/member-requests*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "login.html", "data.html", "turnstile.js" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }