Last active
December 21, 2015 03:19
-
-
Save dduleone/6241658 to your computer and use it in GitHub Desktop.
Craps Chrome App
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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