{
  "name": "Johnsen AI",
  "short_name": "Johnsen AI",
  "description": "Your personal dashboard — track coffee, tea, sunlight, and more. All data stays on your device.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#222222",
  "background_color": "#111111",
  "lang": "en",
  "scope": "/",

  "icons": [
    {
      "src": "/assets/images/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icons/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icons/app-icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/images/icons/app-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Coffee Tracker",
      "short_name": "Coffee",
      "description": "Track your daily coffee intake",
      "url": "/apps/coffee-app.html",
      "icons": [{ "src": "/assets/images/icons/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Tea Tracker",
      "short_name": "Tea",
      "description": "Track your daily tea intake",
      "url": "/apps/tea-app.html",
      "icons": [{ "src": "/assets/images/icons/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Sunlight Tracker",
      "short_name": "Sunlight",
      "description": "Track your daily sunlight exposure",
      "url": "/apps/sunlight-app.html",
      "icons": [{ "src": "/assets/images/icons/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "All Apps",
      "short_name": "Apps",
      "description": "Browse all available apps",
      "url": "/apps/apps.html",
      "icons": [{ "src": "/assets/images/icons/favicon.svg", "sizes": "any" }]
    }
  ],

  "screenshots": [
    {
      "src": "/assets/images/screenshots/desktop-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Johnsen AI dashboard on desktop"
    },
    {
      "src": "/assets/images/screenshots/mobile-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Johnsen AI dashboard on mobile"
    },
    {
      "src": "/assets/images/screenshots/coffee-tracker-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Coffee Tracker — log and review your daily coffee intake"
    },
    {
      "src": "/assets/images/screenshots/coffee-tracker-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Coffee Tracker on mobile"
    },
    {
      "src": "/assets/images/screenshots/apps-gallery-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "All Apps gallery — browse every available app"
    }
  ],

  "categories": [
    "productivity",
    "utilities",
    "lifestyle",
    "health",
    "personalization"
  ],

  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            ".json",
            ".csv",
            ".txt",
            ".md",
            "application/json",
            "text/csv",
            "text/plain",
            "text/markdown",
            "image/*"
          ]
        }
      ]
    }
  },

  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/johnsenai+json": [".johnsenai", ".ja"],
        "application/json": [".json"],
        "text/csv": [".csv"],
        "text/plain": [".txt"],
        "text/markdown": [".md"]
      }
    }
  ],

  "protocol_handlers": [
    {
      "protocol": "web+johnsenai",
      "url": "/?protocol=%s"
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false,

  "edge_side_panel": {
    "preferred_width": 400
  },

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "handle_links": "preferred",

  "id": "johnsen-ai-local-first",

  "features": [
    "background-sync",
    "periodic-background-sync",
    "web-share-target",
    "file-handling",
    "protocol-handling",
    "app-shortcuts",
    "window-controls-overlay",
    "push-notifications",
    "badging"
  ],

  "permissions": [
    "storage",
    "background-sync",
    "notifications"
  ],

  "dir": "ltr",

  "iarc_rating_id": ""
}
