initial commit

This commit is contained in:
jeena 2013-08-21 15:13:39 +02:00
commit 3a85245a8d
20 changed files with 11838 additions and 0 deletions

21
manifest.webapp Normal file
View file

@ -0,0 +1,21 @@
{
"name": "Feedthemonkey",
"description": "A TinyTinyRSS mobile client.",
"launch_path": "index.html",
"icons": {
"58": "/img/icon-58.png",
"60": "/img/icon-60.png",
"128": "/img/icon-128.png"
},
"developer": {
"name": "Jabs Nu",
"url": "http://jabs.nu"
},
"default_locale": "en",
"type": "privileged",
"permissions": {
"systemXHR": {}
},
"installs_allowed_from": ["*"],
"version": "0.1"
}