{
  "name": "bondia",
  "short_name": "bondia",
  "description": "Simple tasks. Simple app. No bullshit.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fffdf6",
  "theme_color": "#b83b5e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "icon512_maskable.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "icon512_rounded.png",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "utilities"],
  "lang": "ca"
}