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", "action": { "default_popup": ".\/popup.html", "default_title": "Writeme.AI" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "all_frames": true, "match_origin_as_fallback": true, "run_at": "document_end", "js": [ ".\/vendor\/jquery-3.6.0.min.js", ".\/vendor\/jquery-ui.js", "helpers.js", "content.js" ], "match_about_blank": true, "matches": [ "<all_urls>" ] } ], "description": "Best AI Writer, Content Generator & Writing Assistant.", "icons": { "16": ".\/images\/extension\/16.png", "32": ".\/images\/extension\/32.png", "48": ".\/images\/extension\/48.png", "128": ".\/images\/extension\/128.png" }, "manifest_version": 3, "name": "WriteMe.ai - AI powered writing assistant", "permissions": [ "activeTab", "storage", "tabs" ], "version": "2.1.0", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "images\/logo.svg", "images\/loader.gif", "images\/icons\/*" ] } ] }