Bridge Scoring

Bridge Scoring

Interactive score-pad for Contract Bridge

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bridge Scoring",
  "description": "Interactive score-pad for Contract Bridge",
  "version": "1.0.14.1",
  "offline_enabled": true,
  "app": {
    "urls": [
      "http://www.wesleysteiner.com/scorekeeper/"
    ],
    "launch": {
      "web_url": "http://www.wesleysteiner.com/scorekeeper/bridge.html",
      "container": "panel",
      "height": 600,
      "width": 400
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}