lesson 3 Flashcards

1
Q

What is the web manifest?

A
  • It is a json file where you specify parameters to add the web app as a native app in the mobiles
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the icons and background in the web manifest?

A
  • Are setups for the lauching screen of the app
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What to do when you finish the manifest?

A

Validate it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the requirements so chrome lets add it to home screen?

A
  • The web app needs a service worker.
  • The web app needs a web manifest
  • The user engaged: 2 navigations in 5 minutes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to add to home screen in mobile safari

A
  • You can add an apple-touch-icon png in the folder
  • Add a .
    Add the link for diffent sizes: 60, 76, 120, 152, 167, 180
  • To hide the browser ui components
How well did you know this?
1
Not at all
2
3
4
5
Perfectly