﻿{
  "name": "NoteKar",
  "short_name": "NoteKar",
  "version": "3.2.6",
  "release_channel": "stable",
  "description": "Instant timestamp logger — one tap, one moment saved.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "./apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [
    { "src": "./screenshot.png", "sizes": "1290x2796", "type": "image/png", "form_factor": "narrow", "label": "Tap to log moments instantly" },
    { "src": "./screenshot-2.png", "sizes": "1290x2796", "type": "image/png", "form_factor": "narrow", "label": "Settings tab for NoteKar" }
  ],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "Note",
      "description": "Log a moment with a text note",
      "url": "./?action=note",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
