Pocket Legends

Pocket Legends

Launch Arrows, Hurl Fireballs, And Swing A Mighty Axe! Explore the fantasy themed desktop and mobile MMO Pocket Legends for FREE!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pocket Legends",
  "description": "Launch Arrows, Hurl Fireballs, And Swing A Mighty Axe! Explore the fantasy themed desktop and mobile MMO Pocket Legends for FREE!",
  "version": "2.2.4",
  "manifest_version": 2,
  "minimum_chrome_version": "57",
  "app": {
    "urls": [
      "https://account.spacetimestudios.com/pocketlegends"
    ],
    "launch": {
      "web_url": "https://account.spacetimestudios.com/pocketlegends"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "requirements": {
    "3D": {
      "features": [
        "css3d",
        "webgl"
      ]
    }
  }
}