Преглед на файлове

Allow orientation landscape for installed app

Robin Linus преди 9 години
родител
ревизия
1c935030b6
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      app/manifest.json

+ 1 - 2
app/manifest.json

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