This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
FeedMonkey/manifest.webapp
2013-08-21 15:13:39 +02:00

21 lines
No EOL
439 B
JSON

{
"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"
}