about summary refs log tree commit diff
path: root/app/serializers/manifest_serializer.rb
AgeCommit message (Collapse)Author
2021-09-08use relative path for `scope` (#16714)Holger
Use relative path for `scope` in web manifest to allow users use PWA correctly via alternate domains.
2020-12-15Add app shortcuts (#15234)Marcin Mikołajczak
* Add app shortcuts Signed-off-by: mkljczk <me@mkljczk.pl> * Fix codeclimate issues Signed-off-by: mkljczk <me@mkljczk.pl> * Change shortcuts Signed-off-by: mkljczk <me@mkljczk.pl> * More consistent new-status icon Signed-off-by: mkljczk <me@mkljczk.pl>
2019-09-05Add method and enctype to manifest (#11767)Yamagishi Kazutoshi
2019-03-21Improve config serializer for Keybase (#10338)Eugen Rochko
- Regex must no longer be surrounded by `/` - Description must be short and cannot contain HTML tags
2019-02-02Upgrade new Web Share Target API (#9963)gol-cha
* Update manifest.json for new Web Share Target API. * fix code formatting
2018-01-17implement web share target (#6278)りんすき
* web share target * fix * fix
2017-10-02Make Chrome splash screen same color as web UI's background color (#5169)Eugen Rochko