The Poker Timer
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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/"
]
}