Examine source code of arch-startpage

Inspect and view changes in arch-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": "minimal-startpage",
  "short_name": "minimal-startpage",
  "version": "0.2",
  "description": "Overrides the browsers newtab page with a custom startpage.",
  "author": "deepjyoti30",
  "icons": {
    "64": "img/icon64.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e96c2f9c-42e6-4072-b7ff-c0e42882344a}"
    }
  }
}