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": "WritingWiz - AI Writing Helper", "version": "1.0.3", "description": "The perfect AI companion for all your writing needs. Get help with emails, content, grammar, and more.", "permissions": [ "storage", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-32.png" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "fonts\/*", "mathjax\/*", "src\/pages\/popup\/*", "src\/pages\/background\/components\/*", "icon-128.png", "icon-32.png", "rive.wasm", "*.riv" ], "matches": [ "<all_urls>" ], "use_dynamic_url": true } ] }