This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 86c68e2  [BEAM-13489] Updated manifest.json and index.html to follow 
best practices
     new ffa8506  Merge pull request #16321 from [BEAM-13489] [Playground] 
Update manifest.json and index.html to follow best practices
86c68e2 is described below

commit 86c68e2cb9e55a864033a767553c223ae42cca42
Author: Alexander <[email protected]>
AuthorDate: Wed Dec 22 16:34:45 2021 +0400

    [BEAM-13489] Updated manifest.json and index.html to follow best practices
---
 playground/frontend/web/index.html    |  2 +-
 playground/frontend/web/manifest.json | 26 +-------------------------
 2 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/playground/frontend/web/index.html 
b/playground/frontend/web/index.html
index f251186..da7225b74 100644
--- a/playground/frontend/web/index.html
+++ b/playground/frontend/web/index.html
@@ -20,6 +20,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
+  <meta charset="UTF-8">
   <!--
     If you are serving your web app in a path other than the root, change the
     href value below to reflect the base path you are serving from.
@@ -35,7 +36,6 @@
   -->
   <base href="/">
 
-  <meta charset="UTF-8">
   <meta content="IE=Edge" http-equiv="X-UA-Compatible">
   <meta name="description" content="Apache Beam Playground">
 
diff --git a/playground/frontend/web/manifest.json 
b/playground/frontend/web/manifest.json
index 3274aac..024a113 100644
--- a/playground/frontend/web/manifest.json
+++ b/playground/frontend/web/manifest.json
@@ -7,29 +7,5 @@
     "theme_color": "#0175C2",
     "description": "A new Flutter project.",
     "orientation": "portrait-primary",
-    "prefer_related_applications": false,
-    "icons": [
-        {
-            "src": "icons/Icon-192.png",
-            "sizes": "192x192",
-            "type": "image/png"
-        },
-        {
-            "src": "icons/Icon-512.png",
-            "sizes": "512x512",
-            "type": "image/png"
-        },
-        {
-            "src": "icons/Icon-maskable-192.png",
-            "sizes": "192x192",
-            "type": "image/png",
-            "purpose": "maskable"
-        },
-        {
-            "src": "icons/Icon-maskable-512.png",
-            "sizes": "512x512",
-            "type": "image/png",
-            "purpose": "maskable"
-        }
-    ]
+    "prefer_related_applications": false
 }

Reply via email to