The Cards of War

The Cards of War

A graphic adaptation of Suntzu's The Art of War

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "chrome/img/logo.png",
    "default_popup": "chrome/popup.html",
    "default_title": "The Cards of War"
  },
  "icons": {
    "16": "chrome/img/icon16.png",
    "128": "chrome/img/logo.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "activeTab"
  ]
}