{
  "name": "Mneme",
  "short_name": "Mneme",
  "description": "Memoria persistente per agenti AI",
  "start_url": "/mneme-chat.html",
  "display": "standalone",
  "background_color": "#0d0d14",
  "theme_color": "#7c6af7",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%237c6af7'/><text x='50%' y='58%' font-size='110' text-anchor='middle' dominant-baseline='middle' fill='white' font-family='serif'>M</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='80' fill='%237c6af7'/><text x='50%' y='58%' font-size='300' text-anchor='middle' dominant-baseline='middle' fill='white' font-family='serif'>M</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Chat",
      "url": "/mneme-chat.html",
      "description": "Apri la chat"
    },
    {
      "name": "Backoffice",
      "url": "/mneme-backoffice.html",
      "description": "Apri il backoffice"
    }
  ]
}
