Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 6d170ea

Browse files
committed
Fixed packaged apps monifests
Added filters for FFOS Fixed name for Chrome
1 parent e6f9e36 commit 6d170ea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎app/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Telegram UNOFFICIAL",
2+
"name": "Telegram",
33
"version": "0.3.0",
44
"short_name": "Webogram",
55
"manifest_version": 2,

‎app/manifest.webapp

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"share": {
3535
"href": "/index.html",
3636
"disposition": "window",
37-
"filters": {},
37+
"filters": {
38+
"type": ["image/*","audio/*","video/*"]
39+
},
3840
"returnValue": false
3941
}
4042
},

0 commit comments

Comments
 (0)