AI Headshots Generator for Social Media

AI Headshots Generator for Social Media

Easily and quickly create professional and realistic HD AI headshots and profile pictures for Social Media

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"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*",
        "*://*.arting.ai/*"
      ],
      "js": [
        "js/content-script.js"
      ],
      "css": [],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.png",
        "icons/*.gif",
        "fonts/*"
      ],
      "matches": [
        "*://*.linkedin.com/*",
        "*://*.arting.ai/*"
      ]
    }
  ],
  "options_page": "./options.html",
  "permissions": [
    "activeTab",
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.linkedin.com/*",
    "*://*.arting.ai/*"
  ],
  "version": "2.0.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}