1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-16 15:40:10 -07:00

Allow orientation landscape for installed app

This commit is contained in:
Robin Linus 2015-12-31 10:46:20 +01:00
parent 513f622f72
commit 1c935030b6

View File

@ -25,6 +25,5 @@
"background_color": "#3367d6", "background_color": "#3367d6",
"start_url": "index.html", "start_url": "index.html",
"display": "standalone", "display": "standalone",
"theme_color": "#3367d6", "theme_color": "#3367d6"
"orientation": "portrait"
} }