{
  "name": "Julinčino pečení",
  "short_name": "Pečení",
  "description": "Osobní deník pečení Julinky",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F7EEF1",
  "theme_color": "#E08AA6",
  "orientation": "portrait",
  "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"
    }
  ],
  "share_target": {
    "action": "/api/inspiration/from-url",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": [
    "food",
    "lifestyle"
  ]
}
