{
  "name": "Eat Track",
  "short_name": "Eat Track",
  "description": "Локальный дневник еды с фото, временем и просмотром дня.",
  "lang": "ru",
  "start_url": "./index.html",
  "id": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone"],
  "background_color": "#f6f4ef",
  "theme_color": "#2f6f55",
  "orientation": "portrait-primary",
  "categories": ["food", "health", "lifestyle"],
  "shortcuts": [
    {
      "name": "Добавить еду",
      "short_name": "Добавить",
      "description": "Открыть форму добавления еды.",
      "url": "./index.html?action=add",
      "icons": [
        {
          "src": "icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "История еды",
      "short_name": "История",
      "description": "Открыть историю записей.",
      "url": "./index.html?action=history",
      "icons": [
        {
          "src": "icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any monochrome"
    },
    {
      "src": "icons/maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
