| 12345678910111213141516171819202122 |
- {
- "short_name": "ModelePWA",
- "name": "ModelePWA",
- "description": "Modèle d'application Portable Web App",
- "display": "standalone",
- "start_url": "./",
- "theme_color": "#587b8c",
- "background_color": "#FFF",
- "orientation": "portrait",
- "icons": [
- {
- "src": "img/tools_128.png",
- "sizes": "128x128",
- "type": "image/png"
- },
- {
- "src": "img/tools_512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ]
- }
|