Royal Heroes

Royal Heroes

It could be great again. That's all up to you. Enter the world of Royal Heroes!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "RoyalHeroes",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "minimum_chrome_version": "24.0.1307.0",
  "default_locale": "en",
  "version": "1.2",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "game.js"
      ],
      "persistent": true
    }
  },
  "permissions": [
    "notifications",
    "storage",
    "browser",
    "alarms"
  ]
}