Skip to content

Commit

Permalink
fixed manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen138 committed Feb 27, 2013
1 parent 72e7a96 commit 71d8f2a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
manifest.json
{
"name": "SpaceDefender",
"description": "A classic space shooter",
"version": "1.0.0.0",
"manifest_version": 2,
"icons": {
"128": "images/icon.png"
},
"app": {
"urls": [
"http://spacedefender.dev138.info/"
],
"launch": {
"web_url": "http://spacedefender.dev138.info/"
}
}
}

0 comments on commit 71d8f2a

Please sign in to comment.