{
  "name": "Code Keeper",
  "short_name": "CodeKeeper",
  "start_url": "/",
  "display": "standalone",
  "capture_links": "none",
  "background_color": "#5337A8",
  "theme_color": "#5337A8",
  "orientation": "any",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    { "src": "/static/icons/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/app-icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/app-icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "צור קטע קוד חדש",
      "url": "/upload?entry=shortcut",
      "short_name": "צור קטע קוד חדש",
      "icons": [
        { "src": "/static/icons/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }
      ]
    },
    {
      "name": "נפתחו לאחרונה",
      "url": "/files?category=recent&entry=shortcut#results",
      "short_name": "נפתחו לאחרונה",
      "icons": [
        { "src": "/static/icons/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }
      ]
    },
    {
      "name": "האוספים שלי",
      "url": "/collections?entry=shortcut",
      "short_name": "האוספים שלי",
      "icons": [
        { "src": "/static/icons/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }
      ]
    },
    {
      "name": "מועדפים",
      "url": "/files?category=favorites&entry=shortcut#results",
      "short_name": "מועדפים",
      "icons": [
        { "src": "/static/icons/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }
      ]
    }
  ]
}
