De Lijn Realtime

De Lijn Realtime

Niet-officiële extensie voor realtime informatie van De Lijn.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "De Lijn Realtime",
  "description": "Niet-officiële extensie voor realtime informatie van De Lijn.",
  "version": "1.0.1",
  "icons": {
    "16": "dl_16.png",
    "48": "dl_48.png",
    "128": "dl_128.png"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-1.11.3.min.js",
        "popup.min.js",
        "options.min.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "dl_32.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://ajax.googleapis.com/",
    "storage"
  ],
  "web_accessible_resources": [
    "options.html"
  ]
}