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", "name": "MagicFormula", "version": "2.2.3", "manifest_version": 3, "description": "Master Spreadsheet & Database with AI - Turn text into formulas", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_title": "MagicFormula", "default_popup": "popup.html", "default_icon": "logo.png" }, "permissions": [ "identity", "identity.email", "gcm", "storage", "notifications" ], "web_accessible_resources": [ { "resources": [ "checkout.html" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost:3000\/*", "https:\/\/*.googleapis.com\/*", "https:\/\/api.com\/*", "https:\/\/checkout.stripe.com\/*", "https:\/\/us-central1-airtable-chrome-extension.cloudfunctions.net\/app", "https:\/\/us-central1-airtable-chrome-extension.cloudfunctions.net\/app\/*" ] }