This commit is contained in:
jeena 2013-08-24 00:55:45 +02:00
parent 00e86e3854
commit f262509adb
11 changed files with 13242 additions and 984 deletions

View file

@ -1,7 +1,7 @@
{
"name": "Feedthemonkey",
"description": "A TinyTinyRSS mobile client.",
"launch_path": "index.html",
"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.",
"launch_path": "/index.html",
"icons": {
"58": "/img/icon-58.png",
"60": "/img/icon-60.png",
@ -14,7 +14,9 @@
"default_locale": "en",
"type": "privileged",
"permissions": {
"systemXHR": {}
"systemXHR": {
"description": "Connection with your own TinyTinyRSS server."
}
},
"installs_allowed_from": ["*"],
"version": "0.1"