なんでも四川省

なんでも四川省

Mahjong game with score board, 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": "なんでも四川省",
  "short_name": "なんでも四川省",
  "description": "Mahjong game with score board, timer and variety of skins.",
  "version": "0.8.3",
  "permissions": [
    "storage",
    "bookmarks",
    "https://live2.nicovideo.jp/",
    "http://live.nicovideo.jp/api/*",
    "https://www.nicovideo.jp/"
  ],
  "web_accessible_resources": [
    "images/*",
    "script/*",
    "dropkey/*",
    "sfx/*",
    "fonts/*"
  ],
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/128.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Click here to play."
  },
  "manifest_version": 2
}