Kaynağa Gözat

Created webapp file

Nathaniel van Diepen 10 yıl önce
ebeveyn
işleme
ad6179b2e6
2 değiştirilmiş dosya ile 19 ekleme ve 1 silme
  1. 2 1
      .htaccess
  2. 17 0
      bugs.webapp

+ 2 - 1
.htaccess

@@ -19,4 +19,5 @@
     Order allow,deny
     Deny from all
     Satisfy All
-</FilesMatch>
+</FilesMatch>
+AddType application/x-web-app-manifest+json .webapp

+ 17 - 0
bugs.webapp

@@ -0,0 +1,17 @@
+{
+	"name": "Bugs",
+	"description": "Issue tracker and project managment",
+	"launch_path": "/",
+	"icons": {
+		"64": "/img/bug.png"
+	},
+	"developer": {
+		"name": "Nathaniel 'Eeeems' van Diepen",
+		"url": "http://eeems.ca"
+	},
+	"default_locale": "en",
+	"chrome": {
+		"navigation": "false"
+	},
+	"fullscreen": "true"
+}