艦これ - 艦隊編成ツール

艦これ - 艦隊編成ツール

艦隊これくしょん(艦これ)の艦隊編成や装備をURLにして保存することができます。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "艦これ - 艦隊編成ツール",
  "description": "艦隊これくしょん(艦これ)の艦隊編成や装備をURLにして保存することができます。",
  "version": "2.0.0",
  "icons": {
    "128": "assets/icon_128.png"
  },
  "app": {
    "urls": [
      "http://ihome.kawa-e.com/kancolle_calculator/"
    ],
    "launch": {
      "web_url": "http://ihome.kawa-e.com/kancolle_calculator/"
    }
  },
  "permissions": []
}