KMines on rollApp

KMines on rollApp

KMines is a puzzle game where you locate mines floating in an ocean using only your brain and a little bit of luck.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "KMines on rollApp",
  "icons": {
    "16": "kmines-16.png",
    "128": "kmines-128.png"
  },
  "app": {
    "urls": [
      "*://www.rollapp.com/launch/kmines",
      "*://www.rollapp.com/app/kmines"
    ],
    "launch": {
      "width": 900,
      "web_url": "https://www.rollapp.com/launch/kmines?ref=chrome-app",
      "container": "panel",
      "height": 600
    }
  },
  "version": "2.0",
  "manifest_version": 2,
  "description": "KMines is a puzzle game where you locate mines floating in an ocean using only your brain and a little bit of luck."
}