Examine source code of Swift Search

Inspect and view changes in Swift Search 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": "Swift Search",
  "version": "1.5.0",
  "action": {
    "default_popup": "popup.html"
  },
  "description": "Swift Search: A Chrome extension for lightning-fast, mouse-free website access, complete with search functionality.",
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "128": "android-chrome-192x192.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.tsx-loader-BquAtayO.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "open_popup": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "Command+Shift+1"
      },
      "description": "Opening the search for your sites"
    },
    "open_index": {
      "suggested_key": {
        "default": "Ctrl+Shift+2",
        "mac": "Command+Shift+2"
      },
      "description": "Opening Dashboard"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "favicon",
    "identity"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "_favicon/*",
        "assets/SearchCard-DNpfJ2P7.js",
        "assets/tslib.es6-jr0tyc4b.js",
        "assets/content.tsx-qXQvKuMU.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://firestore.googleapis.com/*",
      "https://apis.google.com/*",
      "https://www.googleapis.com/*",
      "https://www.gstatic.com/*",
      "https://securetoken.googleapis.com/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "oauth2": {
    "client_id": "240104267874-1dg554q34n2br2njhpffhjb5npo7sfj8.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtE+EGmGADP5toaAbVt6d2u+hG8ZxcC8HxEVWT+/tUUy0zaRLM1rbq6Vk0eZI0L75CloTzOFDgDJd7n/7QAwJB28jN8HryWNqucMDtXEZs6Jpon51fI9Q4vp+IK5Ut9jmwp+ijqUyyeNJ/3DGnymW7rrM7ZXrel5WJtT540mOGD7XBLp88LfK7Hce7qbs+LG2VJJtPGQOekWqrmXE54nPY7yKyx6/C0GzFQ5YfoeA81aa8r1wde9n2440grabCliBWcztCuYte8TDZzCRxydNhVZd9INL1KVVGLIeuAOaR9Gwq8szLGreczEgD+XXXKDHar/sUdI+lZ+me/RqDe2XtQIDAQAB"
}