The Poker Timer

The Poker Timer

The Poker Timer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "js/init.js"
      ]
    }
  },
  "manifest_version": 2,
  "name": "The Poker Timer",
  "version": "1.1.0",
  "description": "The Poker Timer",
  "icons": {
    "16": "icons/tpt_16x16.png",
    "128": "icons/tpt_128x128.png"
  },
  "minimum_chrome_version": "34.0.0.0",
  "offline_enabled": true,
  "permissions": [
    "storage",
    "http://*.thepokertimer.com/"
  ]
}