Browse Source

added more icon sizes

Nathaniel van Diepen 10 years ago
parent
commit
803c3d6b31
6 changed files with 6 additions and 3 deletions
  1. 5 2
      bugs.webapp
  2. BIN
      img/favicon-120.png
  3. 0 0
      img/favicon-128.png
  4. BIN
      img/favicon-60.png
  5. BIN
      img/favicon-90.png
  6. 1 1
      index.php

+ 5 - 2
bugs.webapp

@@ -3,7 +3,10 @@
 	"description": "Issue tracker and project managment",
 	"launch_path": "/",
 	"icons": {
-		"128": "/img/favicon.png"
+		"128": "/img/favicon-128.png",
+		"120": "/img/favicon-120.png",
+		"90": "/img/favicon-90.png",
+		"60": "/img/favicon-60.png"
 	},
 	"developer": {
 		"name": "Nathaniel 'Eeeems' van Diepen",
@@ -11,7 +14,7 @@
 	},
 	"default_locale": "en",
 	"chrome": {
-		"navigation": "false"
+		"navigation": false
 	},
 	"fullscreen": "true"
 }

BIN
img/favicon-120.png


+ 0 - 0
img/favicon.png → img/favicon-128.png


BIN
img/favicon-60.png


BIN
img/favicon-90.png


+ 1 - 1
index.php

@@ -64,7 +64,7 @@
 		<meta name="viewport" content="width=device-width, user-scalable=false, initial-scale=1, maximum-scale=1.0, user-scalable=0, user-scalable=no">
 		<meta name="apple-mobile-web-app-capable" content="yes" />
 		<link rel="shortcut icon" href="img/favicon.ico" />
-		<link rel="icon" type="image/png" href="img/favicon.png" />
+		<link rel="icon" type="image/png" href="img/favicon-60.png" />
 		<link href="http://code.jquery.com/ui/1.10.3/themes/black-tie/jquery-ui.css" rel="stylesheet" type="text/css"/>
 		<link href="css/style.css" rel="stylesheet" type="text/css"/>
 		<title>Bugs</title>