﻿{
  "id": "./memoria-share-20260704",
  "short_name": "MemoriA",
  "name": "MemoriA Cyber Secretary",
  "description": "MemoriA mobile web app for talk, tasks, memory, and meals.",
  "icons": [
    {
      "src": "memoria-icon-192-v3.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "memoria-icon-512-v3.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "./index.html?source=pwa&view=talk&v=20260709a",
  "scope": "./",
  "background_color": "#090814",
  "theme_color": "#090814",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "prefer_related_applications": false,
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Talk",
      "short_name": "Talk",
      "url": "./index.html?view=talk"
    },
    {
      "name": "Task",
      "short_name": "Task",
      "url": "./index.html?view=task"
    },
    {
      "name": "Meal",
      "short_name": "Meal",
      "url": "./index.html?view=meal"
    },
    {
      "name": "Memory",
      "short_name": "Memory",
      "url": "./index.html?view=vault"
    }
  ]
}
