Oikotie Improver

Oikotie Improver

This extension improves Oikotie.fi by adding commuting times to destinations you have specified. Made with love. -Kai

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Oikotie Improver",
  "description": "This extension improves Oikotie.fi by adding commuting times to destinations you have specified. Made with love. -Kai",
  "version": "1.5",
  "icons": {
    "128": "icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "http://asunnot.oikotie.fi/*",
        "https://asunnot.oikotie.fi/*"
      ],
      "js": [
        "improver.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "https://ajax.googleapis.com/",
    "http://oikotie.fi/",
    "https://oikotie.fi/",
    "http://asunnot.oikotie.fi/",
    "https://asunnot.oikotie.fi/",
    "http://reittiopas.fi/",
    "https://reittiopas.fi/",
    "http://www.reittiopas.fi/",
    "https://www.reittiopas.fi/"
  ]
}