Star Legends

Star Legends

Big Lasers, Killer Aliens, & Crazy Robots! Star Legends is a FREE sci-fi desktop and mobile MMO from the makers of Pocket Legends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Star Legends",
  "description": "Big Lasers, Killer Aliens, & Crazy Robots! Star Legends is a FREE sci-fi desktop and mobile MMO from the makers of Pocket Legends.",
  "version": "2.2.4",
  "manifest_version": 2,
  "minimum_chrome_version": "57",
  "app": {
    "urls": [
      "https://account.spacetimestudios.com/starlegends"
    ],
    "launch": {
      "web_url": "https://account.spacetimestudios.com/starlegends"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "requirements": {
    "3D": {
      "features": [
        "css3d",
        "webgl"
      ]
    }
  }
}