{
  "id": "aura-drive-secure-storage",
  "name": "Aura Drive - Zero-Memory Cloud Storage",
  "short_name": "Aura Drive",
  "description": "Персональное защищенное облачное хранилище, освобождающее память вашего устройства.",
  "lang": "ru",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "business"],
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.auradrive.secure",
      "id": "com.auradrive.secure"
    }
  ],
  "iarc_rating_id": "123456",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "scope_extensions": [],
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Aura Drive Workspace"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Aura Drive Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Реальный перенос папок",
      "short_name": "Папки",
      "description": "Быстрый перенос папок с устройства в облако Aura",
      "url": "/index.html?section=offloader",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Файловый менеджер",
      "short_name": "Файлы",
      "description": "Просмотр ваших файлов в облаке Aura",
      "url": "/index.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/index.html",
      "accept": {
        "image/*": [".png", ".gif", ".jpeg", ".jpg"],
        "application/octet-stream": [".bin"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+auradrive",
      "url": "/index.html?uri=%s"
    }
  ],
  "share_target": {
    "action": "/api/files/upload",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "files": [
        {
          "name": "file",
          "accept": ["*/*"]
        }
      ]
    }
  },
  "widgets": [
    {
      "name": "Aura Quick Status",
      "description": "Текущий статус хранилища Aura Drive",
      "tag": "aura-status",
      "ms_ac_template": "widget.json",
      "data": "widget-data.json"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/index.html?action=new-note"
  }
}
