{
  "name": "Liktov",
  "short_name": "Liktov",
  "description": "Your notes, everywhere.",
  "start_url": "/notes",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F4F2EC",
  "theme_color": "#1D1B16",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Text Note",
      "short_name": "Text",
      "url": "/notes?new=text",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "New Checklist",
      "short_name": "Checklist",
      "url": "/notes?new=checklist",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "widgets": [
    {
      "name": "Pinned Note",
      "short_name": "Pinned",
      "description": "Your most recent pinned note.",
      "tag": "liktov-pinned-note",
      "ms_ac_template": "/widgets/pinned-note.json",
      "data": "/api/widgets/pinned-note",
      "type": "application/json",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }],
      "auth": false,
      "update": 3600
    }
  ]
}
