Examine source code of Selectiful - Select to learn English

Inspect and view changes in Selectiful - Select to learn English 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
{
  "name": "Selectiful - Select to learn English",
  "version": "1.0.3",
  "manifest_version": 3,
  "description": "Instantly translate, lookup definitions, pronunciation, and more with a click! Improve your English now.",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "sidePanel",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content.ts-loader-9a3a8ef5.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "css": [
        "assets/mdi-ab6b84aa.css",
        "assets/content-2fd9dbb1.css"
      ]
    },
    {
      "js": [
        "assets/api-key-helper.ts-loader-6fa77982.js"
      ],
      "matches": [
        "https://aistudio.google.com/app/*"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "open-side-panel": {
      "suggested_key": {
        "default": "Ctrl+Period"
      },
      "description": "Open Selectiful"
    }
  },
  "side_panel": {
    "default_path": "sidebar.html"
  },
  "icons": {
    "16": "public/icon16.png",
    "32": "public/icon32.png",
    "48": "public/icon48.png",
    "128": "public/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "public/icon16.png",
      "32": "public/icon32.png",
      "48": "public/icon48.png",
      "128": "public/icon128.png"
    },
    "default_title": "Open Selectiful"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icon128.png",
        "assets/index-2ab46d24.js",
        "assets/mdi-bbd4d0fe.js",
        "assets/content.ts-edf1eb2d.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://aistudio.google.com/*"
      ],
      "resources": [
        "assets/api-key-helper.ts-eff50723.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}