Tsaboin TrafficTalk

Tsaboin TrafficTalk

Now you can get notified of Lagos Traffic updates around only the bus-stops you ply right from your Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "omnibox": {
    "keyword": "tsaboin"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "assets/images/icon.png",
    "default_title": "Tsaboin TrafficTalk",
    "icons": [
      "assets/images/icon.png"
    ],
    "keyboard": "Alt + Ctrl + m",
    "name": "TrafficTalk",
    "default_popup": "popup.html"
  },
  "description": "Now you can get notified of Lagos Traffic updates around only the bus-stops you ply right from your Google Chrome.",
  "icons": {
    "16": "assets/images/icon.png",
    "32": "assets/images/logo_small.png",
    "48": "assets/images/logo.png",
    "64": "assets/images/logo.png",
    "128": "assets/images/logo.png"
  },
  "name": "Tsaboin TrafficTalk",
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "http://www.tsaboin.com/*",
    "https://www.tsaboin.com/*"
  ],
  "version": "1.2.1"
}