{
  "name": "Lembar",
  "short_name": "Lembar",
  "description": "Mobile-first web companion for your private vault",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#fbbc04",
  "categories": [
    "productivity",
    "utilities"
  ],
  "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"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Catatan Baru",
      "short_name": "Catat",
      "description": "Buat catatan baru di Lembar",
      "url": "/notes/create",
      "icons": [
        {
          "src": "/icons/shortcut-create-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        },
        {
          "src": "/icons/shortcut-create-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Cari Catatan",
      "short_name": "Cari",
      "description": "Cari catatan di vault Lembar",
      "url": "/search",
      "icons": [
        {
          "src": "/icons/shortcut-search-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        },
        {
          "src": "/icons/shortcut-search-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tag Catatan",
      "short_name": "Tag",
      "description": "Jelajahi catatan berdasarkan tag",
      "url": "/tags",
      "icons": [
        {
          "src": "/icons/shortcut-tags-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        },
        {
          "src": "/icons/shortcut-tags-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
