webapp1 commited on
Commit
398cb65
·
verified ·
1 Parent(s): 19c87cb

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -1
templates/index.html CHANGED
@@ -15,8 +15,11 @@
15
  <meta name="theme-color" content="#1e1b4b">
16
 
17
  <!-- Custom App Icon from Static Folder -->
18
- <link rel="icon" type="image/png" href="{{ url_for('static', filename='logo.PNG') }}">
19
  <link rel="apple-touch-icon" href="{{ url_for('static', filename='logo.PNG') }}">
 
 
 
20
  <!-- ========================================== -->
21
 
22
  <!-- Tailwind CSS -->
 
15
  <meta name="theme-color" content="#1e1b4b">
16
 
17
  <!-- Custom App Icon from Static Folder -->
18
+ <link rel="icon" type="image/png" sizes="192x192" href="{{ url_for('static', filename='logo.PNG') }}">
19
  <link rel="apple-touch-icon" href="{{ url_for('static', filename='logo.PNG') }}">
20
+
21
+ <!-- Inline PWA Manifest for Android Home Screen Icon Mapping -->
22
+ <link rel="manifest" href='data:application/manifest+json;utf8,{"name":"CrashVision AI","short_name":"CrashVision","start_url":"/","display":"standalone","background_color":"#F4F4F9","theme_color":"#1e1b4b","icons":[{"src":"/static/logo.PNG","sizes":"192x192","type":"image/png"},{"src":"/static/logo.PNG","sizes":"512x512","type":"image/png"}]}'>
23
  <!-- ========================================== -->
24
 
25
  <!-- Tailwind CSS -->