{
  "name": "Feedcrumb",
  "short_name": "Feedcrumb",
  "description": "Sakin bir RSS okuyucu ve kişisel bilgi hafızası.",
  "id": "/",
  "lang": "tr",
  "dir": "ltr",
  "categories": ["news", "productivity"],
  "start_url": "/reader",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "note_taking": {
    "new_note_url": "/save?mode=note"
  },
  "background_color": "#F5F1E6",
  "theme_color": "#1F1F1F",
  "icons": [
    { "src": "/feedcrumb-mark.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "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" }
  ],
  "share_target": {
    "action": "/save",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Okunmayanlar",
      "short_name": "Okunmayan",
      "description": "Okunmamış haberleri aç",
      "url": "/reader",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Yerimi kaydet",
      "short_name": "Kaydet",
      "description": "Bir bağlantıyı hızlıca Yerimi'ne ekle",
      "url": "/save",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Hızlı not",
      "short_name": "Not",
      "description": "Feedcrumb kişisel hafızasına hızlı not ekle",
      "url": "/save?mode=note",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ayarlar",
      "short_name": "Ayarlar",
      "description": "Ayarları aç",
      "url": "/settings",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
