Skip to content

Commit

Permalink
Merge pull request #707 from Allen-B1/patch-2
Browse files Browse the repository at this point in the history
Add manifest.json
  • Loading branch information
erosson committed May 29, 2017
2 parents 00b7a02 + e7f70db commit 435904c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/index.html
Expand Up @@ -51,6 +51,9 @@
<meta name="msapplication-square70x70logo" content="metro_tile-70x70.png"/>
<meta name="msapplication-square150x150logo" content="metro_tile-150x150.png"/>
<meta name="msapplication-square310x310logo" content="metro_tile-310x310.png"/>

<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#800080">
</head>
<body ng-app="swarmApp">
<!--[if lt IE 9]>
Expand Down
19 changes: 19 additions & 0 deletions app/manifest.json
@@ -0,0 +1,19 @@
{
"display":"standalone",

"name": "Swarm Simulator",
"short_name": "Swarm Sim",
"description":"An incremental game. Starting with just a few larvae and a small pile of meat, grow a massive swarm of giant bugs.",

"icons": [{
"src":"favicon.ico",
"type": "ico"
}],

"lang": "en-US",
"dir":"ltr",

"theme_color": "#800080",
"background_color":"#FFF"
}

0 comments on commit 435904c

Please sign in to comment.