Examine source code of ImgSEO - AI-powered alt text generator for SEO and accessibility

Inspect and view changes in ImgSEO - AI-powered alt text generator for SEO and accessibility source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ImgSEO - AI-powered alt text generator for SEO and accessibility",
  "description": "AI-powered alt text generator. Boost SEO and accessibility. Quick generation, multi-language support, CMS integration.",
  "version": "1.1",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_icon": "img/logo-48.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-c6a41e1d.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "assets/index-45fd1c4b.css"
      ]
    }
  ],
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "img/logo-16.png",
        "img/logo-48.png",
        "img/logo-128.png",
        "svg/*",
        "img/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/chunk-e4080d41.js",
        "assets/chunk-c199ba26.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "sidePanel",
    "contextMenus"
  ]
}