{
  "id": "/",
  "name": "Daycrumb",
  "short_name": "Daycrumb",
  "description": "Günlük tutamayanlar için 30 saniyelik, sakin ve mahrem günlük.",
  "lang": "tr",
  "dir": "ltr",
  "start_url": "/today?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F5EDDF",
  "theme_color": "#F5EDDF",
  "categories": ["lifestyle", "health"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Bugünün kırıntısı",
      "short_name": "Kırıntı bırak",
      "description": "Bugünden tek bir cümle bırak.",
      "url": "/today?source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Beyin Boşalt",
      "short_name": "Aklımı boşalt",
      "description": "Zihnindekileri düzenlemeden bırak.",
      "url": "/brain-dump?source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Saniye",
      "short_name": "Saniye",
      "description": "Bugünden bir saniyelik iz.",
      "url": "/seconds?source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/brain-dump",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
