Skip to content

Instantly share code, notes, and snippets.

@dduleone
Last active December 21, 2015 03:19
Show Gist options
  • Save dduleone/6241658 to your computer and use it in GitHub Desktop.
Save dduleone/6241658 to your computer and use it in GitHub Desktop.
Craps Chrome App
{
"manifest_version": 2,
"name": "DuLeone Craps",
"description": "DuLeone Craps is an HTML5 implementation of the popular Craps casino game.",
"version": "1",
"app": {
"urls": [
"*://m.duleone.com/craps",
"*://www.duleone.com/craps/"
],
"launch": {
"web_url": "http://m.duleone.com/craps"
}
},
"icons": {
"128": "dice.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment