AI Headshot Generator  - Supawork AI

AI Headshot Generator - Supawork AI

Generate 4K HD headshots for your resume with the AI headshot generator from Supawork AI, and kickstart your new career.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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": [
        "*://*.supawork.ai/*",
        "*://*.linkedradar.top/*",
        "*://*.dev.supawork.ai/*"
      ]
    }
  ],
  "options_page": "./options.html",
  "permissions": [
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.supawork.ai/*",
    "*://*.linkedradar.top/*",
    "*://*.dev.supawork.ai/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.supawork.ai/*"
    ]
  },
  "version": "3.0.0"
}