|
|
- {
- "short_name": "$REPO_NAME",
- "name": "$REPO_NAME",
- "description": "$REPO_DESCRIPTION",
- "icons": [
- {
- "src": "/images/icons-192.png",
- "type": "image/png",
- "sizes": "192x192"
- },
- {
- "src": "/images/icons-512.png",
- "type": "image/png",
- "sizes": "512x512"
- }
- ],
- "start_url": "/",
- "background_color": "#343a40",
- "theme_color": "#343a40",
- "display": "standalone",
- "scope": "/"
- }
|