added pond to manifest and changed version number
This commit is contained in:
parent
fd9b3d9580
commit
22d6761ba3
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "FeedMonkey",
|
"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",
|
"launch_path": "/index.html",
|
||||||
"icons": {
|
"icons": {
|
||||||
"58": "/img/icon-58.png",
|
"58": "/img/icon-58.png",
|
||||||
|
@ -15,9 +15,9 @@
|
||||||
"type": "privileged",
|
"type": "privileged",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"systemXHR": {
|
"systemXHR": {
|
||||||
"description": "Connection with your own TinyTinyRSS server."
|
"description": "Connection with your own server."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installs_allowed_from": ["*"],
|
"installs_allowed_from": ["*"],
|
||||||
"version": "0.3.0_iss30"
|
"version": "0.4.0"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue