Senet Online

Senet Online

Play Senet, the most popular game of Ancient Egypt!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Senet Online",
  "description": "Play Senet, the most popular game of Ancient Egypt!",
  "version": "2.1",
  "icons": {
    "16": "nacl_icon_16.png",
    "128": "nacl_icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "http://auth.senetonline.com/",
    "http://crash.senetonline.com/",
    "http://api.gameanalytics.com/"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "app": {
    "background": {
      "scripts": [
        "setup.js",
        "background.js"
      ]
    }
  },
  "platforms": [
    {
      "nacl_arch": "x86-64",
      "sub_package_path": "_platform_specific/x86-64/"
    },
    {
      "nacl_arch": "x86-32",
      "sub_package_path": "_platform_specific/x86-32/"
    }
  ],
  "offline_enabled": true,
  "minimum_chrome_version": "41"
}