manifest.json raw

   1  {
   2    "id": "/",
   3    "name": "ORLY Nostr Relay",
   4    "short_name": "ORLY",
   5    "description": "High-performance Nostr relay",
   6    "display": "standalone",
   7    "orientation": "any",
   8    "start_url": "/",
   9    "scope": "/",
  10    "theme_color": "#000000",
  11    "background_color": "#000000",
  12    "categories": ["utilities", "social"],
  13    "icons": [
  14      {
  15        "src": "/icon-192.png",
  16        "sizes": "192x192",
  17        "type": "image/png",
  18        "purpose": "any"
  19      },
  20      {
  21        "src": "/icon-512.png",
  22        "sizes": "512x512",
  23        "type": "image/png",
  24        "purpose": "any"
  25      },
  26      {
  27        "src": "/icon-192.png",
  28        "sizes": "192x192",
  29        "type": "image/png",
  30        "purpose": "maskable"
  31      },
  32      {
  33        "src": "/icon-512.png",
  34        "sizes": "512x512",
  35        "type": "image/png",
  36        "purpose": "maskable"
  37      }
  38    ]
  39  }
  40