Tetrys Offline

Tetrys Offline

Tetrys is free game in popup. You can play offline or online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tetrys Offline",
  "description": "Tetrys is free game in popup. You can play offline or online.",
  "version": "1.0.0",
  "offline_enabled": true,
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "browser_action": {
    "default_icon": "19x19.png",
    "default_popup": "index.html"
  }
}