{
  "id": "/",
  "name": "Bulga : Simple Budget",
  "short_name": "Bulga",
  "description": "Bulga : Your personal budget tracker — track income, expenses, and see your balance at a glance.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#171717",
  "theme_color": "#171717",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/narrow-landing.png",
      "sizes": "500x801",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bulga : Simple Budget — Take Control of Your Finances"
    },
    {
      "src": "/screenshots/narrow-budget.png",
      "sizes": "500x801",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Budget dashboard showing income, expenses and balance"
    },
    {
      "src": "/screenshots/narrow-getting-started.png",
      "sizes": "500x801",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Getting started wizard to build your budget step by step"
    },
    {
      "src": "/screenshots/wide-landing.png",
      "sizes": "1264x705",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bulga : Simple Budget — Take Control of Your Finances"
    },
    {
      "src": "/screenshots/wide-budget.png",
      "sizes": "1264x705",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Budget dashboard showing income, expenses and balance"
    },
    {
      "src": "/screenshots/wide-getting-started.png",
      "sizes": "1264x705",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Getting started wizard to build your budget step by step"
    }
  ],
  "shortcuts": [
    {
      "name": "My Budget",
      "short_name": "Budget",
      "url": "/budget",
      "description": "Go directly to your budget",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "url": "/profile",
      "description": "View your profile and settings",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
