{
  "name": "iForget",
  "short_name": "iForget",
  "description": "Помни това, което има значение.",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#0A0A0C",
  "theme_color": "#141B2E",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Нова бележка",
      "short_name": "Нова бележка",
      "description": "Отвори директно с фокус върху полето за нова бележка",
      "url": "./?quickadd=1",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "./?share-target=1",
    "method": "GET",
    "params": {
      "title": "share-title",
      "text": "share-text",
      "url": "share-url"
    }
  }
}
