Supremacy 1914

Supremacy 1914

The World War I real-time strategy browser game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Supremacy 1914",
  "short_name": "Supremacy 1914",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.0",
  "manifest_version": 2,
  "author": "Bytro Labs GmbH",
  "icons": {
    "16": "s1914-icon-16.png",
    "48": "s1914-icon-48.png",
    "128": "s1914-icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "s1914-icon-16.png",
      "48": "s1914-icon-48.png",
      "128": "s1914-icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}