Examine source code of AIショートカット

Inspect and view changes in AIショートカット 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",
  "manifest_version": 3,
  "name": "AIショートカット",
  "description": "生成AIの便利なショートカット",
  "version": "1.0.0",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-3b292961.js"
      ],
      "matches": [
        "http://*/*"
      ]
    },
    {
      "js": [
        "assets/ExtPay_content_script.js-loader-10ab2d2a.js"
      ],
      "matches": [
        "https://extensionpay.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "welcome/welcome.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*"
      ],
      "resources": [
        "assets/index.tsx-4ed993c7.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "resources": [
        "assets/_commonjsHelpers-725317a4.js",
        "assets/ExtPay_content_script.js-46a425ad.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "images/extension_16.png",
      "32": "images/extension_32.png",
      "48": "images/extension_48.png",
      "128": "images/extension_128.png"
    }
  },
  "icons": {
    "16": "images/extension_16.png",
    "32": "images/extension_32.png",
    "48": "images/extension_48.png",
    "128": "images/extension_128.png"
  }
}