Examine source code of Simple Search Startpage For

Inspect and view changes in Simple Search Startpage For 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
{
  "manifest_version": 2,
  "name": "Simple Search Startpage For",
  "version": "1.4",
  "description": "Startpage search for selected text in context menu.",
  "author": "Yannik Riekert, Aaron Papp",
  "homepage_url": "https://github.com/yannikthegenius/SimpleSearchStartpageFor",
  "content_security_policy": "default-src 'none'; base-uri 'none'; frame-ancestors 'none'; form-action 'none'; script-src 'self'; upgrade-insecure-requests",
  "icons": {
    "24": "src/icons/icon.svg",
    "32": "src/icons/icon.svg",
    "48": "src/icons/icon.svg",
    "64": "src/icons/icon.svg",
    "96": "src/icons/icon.svg"
  },
  "permissions": [
    "browserSettings",
    "menus"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4d6e961f-cee2-45c0-bc41-fc77bde8931b}",
      "strict_min_version": "61.0"
    }
  }
}