Yo, go to...

Yo, go to...

Type yo and go!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Yo, go to...",
  "short_name": "Yo, go!!",
  "description": "Type yo and go!",
  "version": "1.3",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "yo-16.png",
    "48": "yo-48.png",
    "128": "yo-128.png"
  },
  "omnibox": {
    "keyword": "yo"
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "manifest_version": 2
}