Fixed packaged apps monifests

Added filters for FFOS
Fixed name for Chrome
This commit is contained in:
Igor Zhukov 2014-09-17 14:51:34 +04:00
parent e6f9e36c0e
commit 6d170ea741
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "Telegram UNOFFICIAL",
"name": "Telegram",
"version": "0.3.0",
"short_name": "Webogram",
"manifest_version": 2,

View File

@ -34,7 +34,9 @@
"share": {
"href": "/index.html",
"disposition": "window",
"filters": {},
"filters": {
"type": ["image/*","audio/*","video/*"]
},
"returnValue": false
}
},