{
  "name": "Chirpr - The swift way to Tweet",
  "short_name": "Chirpr",
  "description": "The home to speak your mind freely in your language.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fff7ed",
  "theme_color": "#c2410c",
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/img/chirpr-social.png",
      "sizes": "1200x630",
      "type": "image/png"
    }
  ],
  "categories": ["social", "lifestyle"],
  "lang": "en"
}