Mahjongg Solitaire

Mahjongg Solitaire

In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mahjongg Solitaire",
  "manifest_version": 2,
  "description": "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "version": "1",
  "browser_action": {},
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  }
}