{
  "name": "SMSTwins",
  "short_name": "SMSTwins",
  "description": "Virtual phone numbers for SMS verification",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#050508",
  "theme_color": "#06b6d4",
  "orientation": "portrait-primary",
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Receive SMS",
      "url": "/app/activate",
      "description": "Get a verification number"
    },
    {
      "name": "Rentals",
      "url": "/app/rentals",
      "description": "Long-term number rental"
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
