-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCREATE_ICONS.txt
More file actions
45 lines (28 loc) · 2.4 KB
/
CREATE_ICONS.txt
File metadata and controls
45 lines (28 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
╔══════════════════════════════════════════════════════════════╗
║ CREATE PWA ICONS (Optional) ║
╚══════════════════════════════════════════════════════════════╝
Your app works without icons, but adding them makes it look better!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
QUICK WAY:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. Go to: https://www.pwabuilder.com/imageGenerator
2. Upload any square image (logo, icon, etc.)
3. Download the generated icons
4. Put these files in the 'public' folder:
• pwa-192x192.png
• pwa-512x512.png
• apple-touch-icon.png (180x180)
5. Run build.bat again
6. Done!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
OTHER TOOLS:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
• https://realfavicongenerator.net/
• https://www.favicon-generator.org/
• Any image editor (create 192x192 and 512x512 PNG files)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NOTE:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Icons are optional - your app works fine without them!
The PWA will just use a default icon.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━