{
  "name": "Reportrix",
  "short_name": "Reportrix",
  "description": "Your centralized platform for digital and civic reporting. This is the official PWA for your Mastodon instance.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2196f3",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "GBV Reporting",
      "short_name": "GBV",
      "description": "Report Gender-Based Violence.",
      "url": "/gbv-reporting",
      "icons": [{ "src": "/icon-gbv-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "CITAD4PEACE",
      "short_name": "Peace",
      "description": "Report fake news and promote peace.",
      "url": "/fake-news-reporting",
      "icons": [{ "src": "/icon-peace-96x96.png", "sizes": "96x96" }]
    }
  ]
}