AI Command

AI Command

Elevate Text Interaction with AI-Powered Capabilities

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "3.0.3",
  "manifest_version": 3,
  "icons": {
    "128": "images/128x128.png"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tts",
    "storage"
  ],
  "host_permissions": [
    "https://api.imagetext.xyz/*"
  ],
  "action": {
    "default_icon": {
      "128": "images/128x128.png"
    }
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://imagetext.xyz/*",
      "*://*.imagetext.xyz/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}