Examine source code of snippy

Inspect and view changes in snippy 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": "snippy",
  "description": "",
  "version": "1.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-34.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo-48.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-0960aa37.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "css": [
        "assets/index-d3eb1536.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/logo-16.png",
        "img/logo-34.png",
        "img/logo-48.png",
        "img/logo-128.png",
        "src/contentScript/commands/Emoji/Emoji.png",
        "src/contentScript/commands/Giphy/Giphy.png",
        "src/contentScript/commands/Help/Help.png",
        "src/contentScript/commands/AI/AIAgent.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/chunk-de833af9.js",
        "assets/chunk-ca169de2.js",
        "assets/chunk-b8864330.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "permissions": [
    "sidePanel",
    "storage",
    "identity",
    "alarms"
  ],
  "oauth2": {
    "client_id": "42934724582-leohugf1389rhmibu6i1mfi85j36cdpu.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  }
}