Conclave

Conclave

A tabletop-inspired RPG you can play solo or co-op, at any pace, from any browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Conclave",
  "version": "1.0.0",
  "description": "A tabletop-inspired RPG you can play solo or co-op, at any pace, from any browser.",
  "app": {
    "urls": [
      "http://www.playconclave.com/"
    ],
    "launch": {
      "web_url": "http://www.playconclave.com/"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "24": "icon_24.png",
    "64": "icon_64.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications"
  ]
}