Breakthrough

Breakthrough

Memorize an order of panels flushing, and trace in that order. It's simple! Simple, but exciting! You must be addicted to this…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "1.0.0",
  "version_name": "1.0.0",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "alarms",
    {
      "fileSystem": [
        "write"
      ]
    },
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "storage",
    "accessibilityFeatures.read",
    "https://clients2.google.com/"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {},
  "arc_metadata": {
    "apkList": [
      "Breakthrough-release-1.0.0.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "phone",
    "name": "Breakthrough",
    "orientation": "portrait",
    "packageName": "jp.tearoom6.MemoryTouch"
  }
}