MagicTool AI Assistant

MagicTool AI Assistant

Your AI Productivity booster app packed with 20 AI tools in one place for your convenience (Summarization, Video Dubbing, Scraping)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "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": {
    "scripts": [
      "index.js"
    ],
    "type": "module"
  },
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "web_accessible_resources": [
    "images/icon.png",
    "images/sparkle-icon.png",
    "images/magic-tool-logo-200x100.svg",
    "pages/write.html",
    "pages/settings.html",
    "chunks/*-*.js",
    "content/index.js",
    "assets/bell-sound.m4a"
  ],
  "content_scripts": [
    {
      "js": [
        "content/import-index.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "css": [
        "content/main.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "clipboardRead",
    "<all_urls>"
  ],
  "browser_action": {},
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+E",
        "mac": "MacCtrl+E"
      },
      "description": "Activate Magictool.AI"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f2a547c0-8102-4fc4-9172-69f1d9c383d4}",
      "strict_min_version": "44.0"
    }
  }
}