Pixelcode AI - Extract code from video tutorials

Pixelcode AI - Extract code from video tutorials

Turn code screenshots into editable code, powered by AI ✨.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Pixelcode AI - Extract code from video tutorials",
  "description": "Turn code screenshots into editable code, powered by AI ✨.",
  "version": "1.1.0",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/pixelcode-icon/black/icon-black-16.png",
    "32": "images/pixelcode-icon/black/icon-black-32.png",
    "48": "images/pixelcode-icon/black/icon-black-48.png",
    "128": "images/pixelcode-icon/black/icon-black-128.png"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "cookies",
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "*://app.pixelcode.ai/",
    "*://pixelcode-dev.vercel.app/"
  ],
  "externally_connectable": {
    "matches": [
      "*://pixelcode-api-gg6e5ygrea-uc.a.run.app/*",
      "*://pixelcode-api-dev-gg6e5ygrea-uc.a.run.app/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/xmark-icon.png",
        "images/checkmark-icon.png",
        "fonts/Inter-Medium.ttf",
        "fonts/Inter-SemiBold.ttf",
        "images/logo-without-background.png"
      ]
    }
  ],
  "action": {},
  "default_locale": "en"
}