{
  "name": "Storimet",
  "short_name": "Storimet",
  "description": "Storimet is a vibrant storytelling platform where African voices shine. Read inspiring stories, support creators via M-Pesa, and share your own journey with the world.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#2D8C5A",
  "background_color": "#F5F7FA",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "id": "storimet",
  "categories": ["social", "books", "entertainment"],
  "icons": [
    {
      "src": "icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Write Story",
      "short_name": "Write",
      "description": "Create a new story",
      "url": "/?page=upload",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Check your messages",
      "url": "/?page=messages",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "description": "Check your earnings",
      "url": "/?page=wallet",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}