{
  "name": "SaveItForL8R — AI Note Taking & Personal Second Brain",
  "short_name": "SaveItForL8R",
  "description": "Free AI-powered note taking app. Google Gemini automatically enriches, tags, and organizes your notes, images, and files. Encrypted personal second brain with offline support.",
  "categories": ["productivity", "utilities", "education"],
  "start_url": "./",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#111827",
  "icons": [
    {
      "src": "logo-full.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "logo-full.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", ".pdf", ".txt", ".md"]
        }
      ]
    }
  }
}
