Browse Source

Icons update

Nathaniel van Diepen 10 years ago
parent
commit
51ac6c79f8
5 changed files with 2 additions and 2 deletions
  1. 1 1
      bugs.webapp
  2. BIN
      img/bug.ico
  3. BIN
      img/favicon.ico
  4. BIN
      img/favicon.png
  5. 1 1
      index.php

+ 1 - 1
bugs.webapp

@@ -3,7 +3,7 @@
 	"description": "Issue tracker and project managment",
 	"launch_path": "/",
 	"icons": {
-		"64": "/img/bug.png"
+		"128": "/img/favicon.png"
 	},
 	"developer": {
 		"name": "Nathaniel 'Eeeems' van Diepen",

BIN
img/bug.ico


BIN
img/favicon.ico


BIN
img/favicon.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/bug.png" />
+		<link rel="icon" type="image/png" href="img/favicon.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>