電車新聞・電車のニュース

電車新聞・電車のニュース

電車に関するニュース一覧を提供します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "電車新聞・電車のニュース",
  "short_name": "電車新聞",
  "description": "電車に関するニュース一覧を提供します。",
  "manifest_version": 2,
  "version": "1.1",
  "app": {
    "urls": [
      "http://blogest.net/news/train/"
    ],
    "launch": {
      "web_url": "http://blogest.net/news/train/"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}