{
  "name": "Awalingo - Mother-tongue Rescue",
  "short_name": "Awalingo",
  "description": "A collaborative platform for learning and expanding the Low Resource Language dictionaries",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity", "social"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Make Suggestion",
      "short_name": "Suggest",
      "description": "Suggest a new Yoruba word",
      "url": "/suggest",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Vote on Words",
      "short_name": "Vote",
      "description": "Vote for the best word suggestions",
      "url": "/vote",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dictionary",
      "short_name": "Dictionary",
      "description": "Browse the Yoruba dictionary",
      "url": "/dictionary",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
