OmniBus Reisplanner

OmniBus Reisplanner

Plan je reis met het OV vanuit de adresbalk.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OmniBus Reisplanner",
  "short_name": "OmniBus",
  "manifest_version": 2,
  "description": "Plan je reis met het OV vanuit de adresbalk.",
  "version": "0.70",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "omnibox": {
    "keyword": "9292"
  },
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "permissions": [
    "tabs"
  ],
  "offline_enabled": false
}