Spaces:
Sleeping
Sleeping
| { | |
| "name": "Talking Snake", | |
| "short_name": "Talking Snake", | |
| "description": "Transform PDFs & Web into Audio", | |
| "start_url": "/", | |
| "display": "standalone", | |
| "background_color": "#1a1a2e", | |
| "theme_color": "#1a1a2e", | |
| "orientation": "portrait-primary", | |
| "icons": [ | |
| { | |
| "src": "/static/favicon.png", | |
| "sizes": "64x64", | |
| "type": "image/png" | |
| }, | |
| { | |
| "src": "/static/icon-192.png", | |
| "sizes": "192x192", | |
| "type": "image/png", | |
| "purpose": "any maskable" | |
| }, | |
| { | |
| "src": "/static/icon-512.png", | |
| "sizes": "512x512", | |
| "type": "image/png", | |
| "purpose": "any maskable" | |
| }, | |
| { | |
| "src": "/static/apple-touch-icon.png", | |
| "sizes": "180x180", | |
| "type": "image/png" | |
| } | |
| ], | |
| "categories": ["utilities", "productivity"], | |
| "lang": "en" | |
| } | |