{
  "name": "v3n7.us — Anonymous Venting",
  "short_name": "v3n7",
  "description": "Vent with us. Anonymous venting platform — let off steam, share frustrations, and express yourself freely.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "categories": ["social", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Vent",
      "url": "/submit",
      "description": "Post a new anonymous vent"
    },
    {
      "name": "Latest Vents",
      "url": "/?sort=newest",
      "description": "Browse the latest vents"
    }
  ]
}