From 22d6761ba367c2f955ce83a69bd83eaa6d4f75a5 Mon Sep 17 00:00:00 2001 From: Jeena Date: Thu, 22 May 2014 22:15:54 +0200 Subject: [PATCH] added pond to manifest and changed version number --- manifest.webapp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index c4926f4..170ee25 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,6 +1,6 @@ { "name": "FeedMonkey", - "description": "A TinyTinyRSS mobile client with which you can read your RSS feeds and mark them as read on your server. Works also offline.", + "description": "A feed mobile client with which you can read your RSS feeds and mark them as read on your server. Works also offline.", "launch_path": "/index.html", "icons": { "58": "/img/icon-58.png", @@ -15,9 +15,9 @@ "type": "privileged", "permissions": { "systemXHR": { - "description": "Connection with your own TinyTinyRSS server." + "description": "Connection with your own server." } }, "installs_allowed_from": ["*"], - "version": "0.3.0_iss30" + "version": "0.4.0" }