PicGPT Firefox

Examine source code of PicGPT

By: PicGPT Add-on
Inspect and view changes in PicGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PicGPT",
  "version": "3.3.3",
  "description": "Capture and analyze any part of your screen with AI",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://picgpt.app/*",
    "https://www.picgpt.app/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://picgpt.app/*",
      "https://www.picgpt.app/*"
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "PicGPT - Capture and analyze your screen with AI",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://picgpt.app/*",
        "https://www.picgpt.app/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": false
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "picgpt-firefox@guillaume.dev",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "Open PicGPT"
    }
  }
}

Best PicGPT Alternatives

Here are some Firefox add-ons that are similar to PicGPT: