{
  "name": "Ospaces",
  "short_name": "Ospaces",
  "description": "Ospaces — every idea has a place. Notes, databases, and daily notes in one calm workspace.",
  "id": "/app.html",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#1b1e36",
  "theme_color": "#5b5bd6",
  "lang": "en",
  "dir": "auto",
  "categories": ["productivity", "utilities"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3E%3Cstop%20offset='0'%20stop-color='%237c78ff'/%3E%3Cstop%20offset='0.52'%20stop-color='%235b5bef'/%3E%3Cstop%20offset='1'%20stop-color='%234a44cf'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20width='100'%20height='100'%20rx='22'%20fill='url(%23g)'/%3E%3Cg%20transform='translate(50,50)%20scale(2.6)%20translate(-12,-12)'%3E%3Ccircle%20cx='12'%20cy='12'%20r='8.4'%20fill='none'%20stroke='white'%20stroke-opacity='0.92'%20stroke-width='1.5'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='2.9'%20fill='white'/%3E%3Ccircle%20cx='12'%20cy='3.6'%20r='1.75'%20fill='white'/%3E%3C/g%3E%3C/svg%3E",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New page",
      "short_name": "New",
      "description": "Start writing on a blank page",
      "url": "/app.html#new"
    },
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Open today's daily note",
      "url": "/app.html#daily"
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "Everything you have to do",
      "url": "/app.html#tasks"
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Reminders and notifications",
      "url": "/app.html#inbox"
    }
  ],
  "share_target": {
    "action": "/app.html",
    "method": "GET",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "file_handlers": [
    {
      "action": "/app.html?open-file=1",
      "accept": {
        "text/markdown": [".md", ".markdown"],
        "text/plain": [".txt"],
        "text/csv": [".csv"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"]
      },
      "launch_type": "multiple-clients"
    }
  ]
}
