﻿{
  "short_name": "Jötr",
  "name": "Jötr — Your notes, findable.",
  "description": "A search-first note-taking app. Write anywhere, find anything instantly.",
  "icons": [
    { "src": "favicon.ico",  "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" },
    { "src": "logo192.png",  "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
    { "src": "logo512.png",  "type": "image/png", "sizes": "512x512", "purpose": "any maskable" }
  ],
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#BA7517",
  "background_color": "#FFFDF8",
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New note",
      "short_name": "New note",
      "description": "Create a new note",
      "url": "/dashboard?new=1",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search notes",
      "short_name": "Search",
      "description": "Search all your notes",
      "url": "/search",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}
