EdgeWriter.com

EdgeWriter.com

Take our AI writer tool with you wherever you browse the web. Store and save content for later.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "EdgeWriter.com",
  "version": "1.0.2",
  "manifest_version": 3,
  "description": "Take our AI writer tool with you wherever you browse the web. Store and save content for later.",
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "192": "android-chrome-192x192.png"
  },
  "host_permissions": [
    "https://app.edgewriter.com/*",
    "http://localhost:8000/*"
  ],
  "action": {
    "default_title": "EdgeWriter.com",
    "default_popup": "index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}