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": "Frase - Your AI Writing Superpower", "description": "Frase's advanced AI tools help you supercharge and accelerate your writing wherever you write online.", "version": "1.0.5", "options_ui": { "page": "options.html" }, "icons": { "16": "images\/extension\/logo16.png", "48": "images\/extension\/logo48.png", "128": "images\/extension\/logo128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/extension\/logo16.png", "48": "images\/extension\/logo48.png", "128": "images\/extension\/logo128.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "tabs", "activeTab", "storage" ], "storage": { "type": [ "sync", "local", "session" ] }, "host_permissions": [ "<all_urls>" ], "externally_connectable": { "matches": [ "*:\/\/*.frase.io\/*", "http:\/\/localhost:*\/*" ] } }