AI Face Swap Tool - Arting AI

AI Face Swap Tool - Arting AI

Reface your photos, ensuring high-quality results without compromising image quality.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "icons": {
    "128": "icons/logo.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_icon": {
      "128": "icons/logo.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.png",
        "icons/*.gif",
        "fonts/*"
      ],
      "matches": [
        "*://*.arting.ai/*"
      ]
    }
  ],
  "options_page": "./options.html",
  "permissions": [
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.arting.ai/*"
  ],
  "version": "2.0.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}