KanColle-YPS

KanColle-YPS

艦これの余所見プレイを支援する(cond_checker改造版)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "KanColle-YPS",
  "short_name": "KanColle-YPS",
  "version": "2.1.49",
  "version_name": "v2.1.49 早春イベント2024",
  "description": "艦これの余所見プレイを支援する(cond_checker改造版)",
  "homepage_url": "http://hkuno9000.github.io/KanColle-YPS/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "background-wrapper.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.dmm.com/netgame/social/-/gadgets/=/app_id=854854/",
        "http://www.dmm.com/netgame/social/-/gadgets/=/app_id=854854"
      ],
      "css": [
        "style-yps.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "devtools_page": "devtools.html"
}