{
  "id": "/",
  "name": "Notepad — Local-Only Text Editor",
  "short_name": "Notepad",
  "description": "Local-only online notepad. All notes stored in your browser. Nothing uploaded.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=uk.drtr.not",
      "id": "uk.drtr.not"
    }
  ],
  "scope_extensions": [
    { "origin": "https://drtr.uk" },
    { "origin": "https://www.drtr.uk" }
  ],
  "background_color": "#f0f2f5",
  "theme_color": "#1a1a2e",
  "orientation": "any",
  "lang": "tr",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "New",
      "url": "./index.html?action=new",
      "description": "Create a new note"
    }
  ],
  "note_taking": {
    "new_note_url": "./index.html?action=new"
  },
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "text/plain": [".txt"],
        "text/markdown": [".md"],
        "text/html": [".html", ".htm"]
      },
      "icons": [
        { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "protocol_handlers": [
    { "protocol": "web+notepad", "url": "./index.html?note=%s" }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Notepad masaüstü görünümü"
    },
    {
      "src": "screenshots/mobile-narrow.png",
      "sizes": "640x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobil görünüm"
    }
  ],
  "widgets": [
    {
      "name": "Yeni Not",
      "short_name": "Yeni Not",
      "description": "Hızlı yeni not oluştur",
      "tag": "new-note",
      "template": "new-note-card",
      "ms_ac_template": "widgets/new-note-card.json",
      "data": "widgets/new-note-data.json",
      "type": "application/json",
      "auth": false,
      "update": 86400,
      "multiple": true,
      "screenshots": [
        { "src": "screenshots/mobile-narrow.png", "sizes": "640x1280", "label": "Yeni Not widget" }
      ],
      "icons": [
        { "src": "icon-192.png", "sizes": "192x192" }
      ]
    }
  ]
}
