Examine source code of Simple Startpage

Inspect and view changes in Simple Startpage 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 Startpage",
  "version": "1.3",
  "applications": {
    "gecko": {
      "id": "vityavv@gmail.com"
    }
  },
  "description": "My very simple start page",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}