なんでも四川省 lite

なんでも四川省 lite

Mahjong game with time attack, timer and variety of skins.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "なんでも四川省 lite",
  "description": "Mahjong game with time attack, timer and variety of skins.",
  "version": "0.9.6",
  "permissions": [
    "storage",
    "https://www.twitch.tv/*",
    "https://live.nicovideo.jp/*"
  ],
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://fafef.games/*"
      ],
      "css": [],
      "js": [
        "dropkey/new_icon.js",
        "dropkey/sisen.js",
        "jquery.js",
        "dropkey/script.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "script/*",
        "dropkey/*",
        "sfx/*",
        "fonts/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "options_page": "options.html",
  "action": {
    "default_title": "Click here to play. \nクリックして起動"
  },
  "manifest_version": 3,
  "content_security_policy": {}
}