Startpage Nicer Title Extension

Startpage Nicer Title Extension

Add Search Keywords of Startpge to your browser's title

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Startpage Nicer Title Extension",
  "version": "1.1",
  "description": "Add Search Keywords of Startpge to your browser's title",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://www.startpage.com/sp/search*",
        "https://www.startpage.com/do/dsearch*"
      ]
    }
  ]
}