{
  "name": "NoteSimp — Personal Workspace",
  "short_name": "NoteSimp",
  "description": "Fast, minimalist, offline-first personal capture: tasks, dates, notes, bits, topics and archives.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#141414",
  "theme_color": "#141414",
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "NoteSimp",
      "short_name": "NoteSimp",
      "description": "Open the composer",
      "url": "/?compose=1",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Review pending drafts",
      "url": "/inbox",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/api/public/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}