{
  "name": "Notime",
  "short_name": "Notime",
  "description": "Loose notes in, organised knowledge out.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#29241f",
  "theme_color": "#29241f",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New note",
      "short_name": "Capture",
      "description": "Write a loose note",
      "url": "/?view=capture"
    }
  ]
}
