駅探

駅探

駅探(えきたん)は乗り換え案内サービスです。電車・バス・飛行機の時刻表を掲載。運行情報、路線図、駅情報もご案内します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "駅探",
  "description": "駅探(えきたん)は乗り換え案内サービスです。電車・バス・飛行機の時刻表を掲載。運行情報、路線図、駅情報もご案内します。",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://ekitan.com/"
    ],
    "launch": {
      "web_url": "http://ekitan.com/?chrome_app"
    }
  }
}