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

Commit

Permalink
Fixed packaged apps monifests
Browse files Browse the repository at this point in the history
Added filters for FFOS
Fixed name for Chrome
  • Loading branch information
zhukov committed Sep 17, 2014
1 parent e6f9e36 commit 6d170ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Telegram UNOFFICIAL",
"name": "Telegram",
"version": "0.3.0",
"short_name": "Webogram",
"manifest_version": 2,
Expand Down
4 changes: 3 additions & 1 deletion app/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"share": {
"href": "/index.html",
"disposition": "window",
"filters": {},
"filters": {
"type": ["image/*","audio/*","video/*"]
},
"returnValue": false
}
},
Expand Down

0 comments on commit 6d170ea

Please sign in to comment.