Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
P
PWATraining
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
training
PWATraining
Commits
cbe8b09c
Commit
cbe8b09c
authored
Jul 27, 2020
by
mohdrafhanmohdamin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding manifest
parent
57a16f9b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
0 deletions
+54
-0
index.html
src/index.html
+1
-0
manifest.json
src/manifest.json
+53
-0
No files found.
src/index.html
View file @
cbe8b09c
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
<link
rel=
"shortcut icon"
href=
"/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"/favicon.ico"
>
<link
rel=
"canonical"
href=
"https://uitmpwatraining.web.app/"
>
<link
rel=
"canonical"
href=
"https://uitmpwatraining.web.app/"
>
<link
rel=
"manifest"
href=
"/manifest.json"
>
<!-- Android -->
<!-- Android -->
<meta
name=
"theme-color"
content=
"#3F51B5"
>
<meta
name=
"theme-color"
content=
"#3F51B5"
>
...
...
src/manifest.json
0 → 100644
View file @
cbe8b09c
{
"name"
:
"PWA Training"
,
"short_name"
:
"PWATraining"
,
"description"
:
"Initial release of web app. Work-in-progress (WIP)."
,
"theme_color"
:
"#2f3ba2"
,
"background_color"
:
"#3e4eb8"
,
"display"
:
"standalone"
,
"orientation"
:
"portrait"
,
"scope"
:
"/"
,
"start_url"
:
"/?utm_source=standalone&utm_medium=pwa"
,
"icons"
:
[
{
"src"
:
"images/icons/icon-72x72.png"
,
"sizes"
:
"72x72"
,
"type"
:
"image/png"
},
{
"src"
:
"images/icons/icon-96x96.png"
,
"sizes"
:
"96x96"
,
"type"
:
"image/png"
},
{
"src"
:
"images/icons/icon-128x128.png"
,
"sizes"
:
"128x128"
,
"type"
:
"image/png"
},
{
"src"
:
"images/icons/icon-144x144.png"
,
"sizes"
:
"144x144"
,
"type"
:
"image/png"
},
{
"src"
:
"images/icons/icon-152x152.png"
,
"sizes"
:
"152x152"
,
"type"
:
"image/png"
},
{
"src"
:
"images/icons/icon-192x192.png"
,
"sizes"
:
"192x192"
,
"type"
:
"image/png"
},
{
"src"
:
"images/icons/icon-384x384.png"
,
"sizes"
:
"384x384"
,
"type"
:
"image/png"
},
{
"src"
:
"images/icons/icon-512x512.png"
,
"sizes"
:
"512x512"
,
"type"
:
"image/png"
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment