Go-Links

Go-Links

Go to your urls faster by typing go ...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Go-Links",
  "version": "1.0.1",
  "description": "Go to your urls faster by typing go ...",
  "icons": {
    "48": "icons/go-links-48.png",
    "96": "icons/go-links-96.png"
  },
  "omnibox": {
    "keyword": "go"
  },
  "background": {
    "service_worker": "background.js"
  }
}