{
  "name": "Noote",
  "short_name": "Noote",
  "id": "/",
  "description": "Your second brain.",
  "theme_color": "#f19803",
  "background_color": "#2c2824",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "prefer_related_applications": true,
  "start_url": "/app",
  "scope": "/app",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "productivity",
    "utilities",
    "education"
  ],
  "icons": [
    {
      "src": "/pwa-192x192-dark.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512-dark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512-dark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/noote-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Noote mobile view with notes and knowledge hub"
    },
    {
      "src": "/screenshots/noote-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Noote desktop view with notes and knowledge hub"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Inbox",
      "short_name": "Inbox",
      "description": "Jump directly to your inbox reminders",
      "url": "/app/shortcut/inbox",
      "icons": [
        {
          "src": "/shortcut-inbox-96-dark.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Create Note",
      "short_name": "New Note",
      "description": "Start a fresh note immediately",
      "url": "/app/shortcut/new-note",
      "icons": [
        {
          "src": "/shortcut-note-96-dark.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open Noote",
      "short_name": "Home",
      "description": "Open your Noote home workspace",
      "url": "/app/shortcut/home",
      "icons": [
        {
          "src": "/shortcut-home-96-dark.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/app/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.noote.twa",
      "id": "app.noote.twa"
    }
  ]
}
