Conflict of Nations

Conflict of Nations

Conflict of Nations: Modern War is a military grand strategy game set in the late 20th and early 21st century.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Conflict of Nations",
  "short_name": "Conflict of Nations",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.0",
  "manifest_version": 2,
  "author": "DOG PRODUCTIONS LTD",
  "icons": {
    "16": "con-icon-16.png",
    "48": "con-icon-48.png",
    "128": "con-icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "con-icon-16.png",
      "48": "con-icon-48.png",
      "128": "con-icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}