Skip to content
Snippets Groups Projects
manifest.json 429 B
Newer Older
  • Learn to ignore specific revisions
  •   "short_name": "Ecolyo",
    
      "name": "Ecolyo",
    
      "start_url": "/",
    
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/android-chrome-512x512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ],
    
      "theme_color": "#343641",
      "background_color": "#121212",
    
      "display": "standalone",
      "orientation": "portrait-primary"