From 3111200cc458e6c0a05138beace04d7637e1a8f8 Mon Sep 17 00:00:00 2001 From: softcup Date: Wed, 26 Mar 2014 10:44:43 +0800 Subject: [PATCH] add settings for webkit-app --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/package.json b/package.json index d59b6ec6..65cfbfb7 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,21 @@ "version": "0.0.21", "description": "Telegram UNOFFICIAL Web App", "main": "app/index.html", + "single-instance": true, + "dom_storage_quota": 40, + "window": { + "title": "Webogram", + "icon": "app/img/icons/icon128.png", + "toolbar": false, + "frame": true, + "position": "center", + "resizable": true, + "width": 800, + "min_width": 675, + "height": 650, + "min_height": 650, + "show": true + }, "scripts": { "start": "node server.js" },