MagicTool: AI Writer, ChatGPT, Grammar & more

MagicTool: AI Writer, ChatGPT, Grammar & more

Your AI Productivity Copilot packed with 20 AI tools in one place for your convenience. Paraphrasing, grammar, spell checker & more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "MagicTool: AI Writer, ChatGPT, Grammar & more",
  "version": "1.4.2",
  "description": "Your AI Productivity Copilot packed with 20 AI tools in one place for your convenience. Paraphrasing, grammar, spell checker & more.",
  "background": {
    "service_worker": "index.js",
    "type": "module"
  },
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon.png",
        "images/sparkle-icon.png",
        "images/magic-tool-logo-200x100.svg",
        "pages/write.html",
        "pages/settings.html",
        "assets/bell-sound.m4a"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "chunks/*-*.js",
        "content/index.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "js": [
        "content/import-index.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "css": [
        "content/main.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "clipboardRead"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self';"
  },
  "action": {},
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+M",
        "mac": "Command+M"
      },
      "description": "Active Magictool.AI"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}