{
  "id": "/",
  "name": "Платформа ментального здоровья Mogoo",
  "short_name": "Mogoo",
  "description": "Mogoo - Отслеживайте свои обещания и достижения",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#141415",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ru",
  "categories": [
    "productivity",
    "lifestyle",
    "utilities"
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/icons/icon-72x72-v2.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96x96-v2.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128x128-v2.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144x144-v2.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152x152-v2.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192x192-v2.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-384x384-v2.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512-v2.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192x192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Open the app home",
      "url": "/",
      "icons": [
        {
          "src": "/icons/icon-96x96-v2.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Вход",
      "short_name": "Вход",
      "description": "Страница входа в аккаунт",
      "url": "/login",
      "icons": [
        {
          "src": "/icons/icon-96x96-v2.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Create Promise",
      "short_name": "Создать",
      "description": "Создать обещания или отказ",
      "url": "/create",
      "icons": [
        {
          "src": "/icons/icon-96x96-v2.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://mogoo.app/manifest.json"
    }
  ]
}