{
  "name": "Aymika \u2014 Smart Life Planner",
  "short_name": "Aymika",
  "description": "Aymika all-in-one offline-first planner with an advanced private Cycle & Wellness Health Lab: cycle, TTC, pregnancy, postpartum, peri/menopause, pain/treatment, product, wearable, reports and encrypted backup.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fbf8fb",
  "theme_color": "#f6d8e8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add something",
      "short_name": "Add",
      "url": "./?action=add",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Today",
      "short_name": "Today",
      "url": "./",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Cycle & Wellness",
      "short_name": "Cycle",
      "url": "./?view=health",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Quick health log",
      "short_name": "Health log",
      "url": "./?health=log",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Log period today",
      "short_name": "Period",
      "url": "./?health=period",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Open Health Lab",
      "short_name": "Health Lab",
      "url": "./?health=lab",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}