diff --git a/app/manifest.json b/app/manifest.json index 10298acf..a132072d 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,5 +1,5 @@ { - "name": "Telegram UNOFFICIAL", + "name": "Telegram", "version": "0.3.0", "short_name": "Webogram", "manifest_version": 2, diff --git a/app/manifest.webapp b/app/manifest.webapp index 1fc4c5d4..c134b491 100644 --- a/app/manifest.webapp +++ b/app/manifest.webapp @@ -34,7 +34,9 @@ "share": { "href": "/index.html", "disposition": "window", - "filters": {}, + "filters": { + "type": ["image/*","audio/*","video/*"] + }, "returnValue": false } },