{
  "name": "Verdiqts",
  "short_name": "Verdiqts",
  "description": "Where bold opinions meet the crowd. Drop a take. The crowd delivers the verdiqt.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0C0C0E",
  "theme_color": "#0C0C0E",
  "lang": "en",
  "icons": [
    { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/assets/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Post a take",
      "short_name": "New take",
      "url": "/submit",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Trending",
      "short_name": "Trending",
      "url": "/trending",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["social", "news"]
}
