Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GPT Formula", "version": "5.0.1", "description": "A Chrome extension for GPT Formula", "permissions": [ "storage", "clipboardWrite" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "https:\/\/gptformula-backend-63108973fea5.herokuapp.com\/*", "https:\/\/*.stripe.com\/*", "https:\/\/*.supabase.co\/*", "https:\/\/billing.stripe.com\/*" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "auth.html", "settings.html", "subscription.html", "success.html", "callback.html", "*.js", "*.css" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }