Startpage.com Enhancer

Startpage.com Enhancer

Make Startpage.com more awesome!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Startpage-enhancer",
  "version": "0.3.5",
  "description": "Make Startpage more awesome. Currently it supports adding the search-queue to the title of the tab, add Maps-Links and Favicons.",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.startpage.com/*"
      ],
      "js": [
        "enhance.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7536636a-1345-4d24-ac39-cb3a421db1e3}"
    }
  }
}