initial commit
This commit is contained in:
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
BIN
public/icons/icon-192x192.png
Normal file
BIN
public/icons/icon-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/icons/icon-32x32.png
Normal file
BIN
public/icons/icon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 513 B |
BIN
public/icons/icon-512x512.png
Normal file
BIN
public/icons/icon-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
45
public/manifest.json
Normal file
45
public/manifest.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "SiliconPin",
|
||||
"short_name": "SiliconPin",
|
||||
"description": "A modern web application",
|
||||
"id": "/",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#000000",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/icon-32x32.png",
|
||||
"sizes": "32x32",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
}
|
||||
],
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "/screenshots/desktop-wide.png",
|
||||
"sizes": "640x640",
|
||||
"type": "image/png",
|
||||
"form_factor": "wide",
|
||||
"label": "SiliconPin Desktop View"
|
||||
},
|
||||
{
|
||||
"src": "/screenshots/mobile.png",
|
||||
"sizes": "480x480",
|
||||
"type": "image/png",
|
||||
"label": "SiliconPin Mobile View"
|
||||
}
|
||||
]
|
||||
}
|
||||
2
public/robots.txt
Normal file
2
public/robots.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
BIN
public/screenshots/desktop-wide.png
Normal file
BIN
public/screenshots/desktop-wide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
public/screenshots/mobile.png
Normal file
BIN
public/screenshots/mobile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user