{
  "name": "MERAM",
  "short_name": "MERAM",
  "description": "Minimalist inventory management app.",
  "id": "/app",
  "scope": "/",
  "start_url": "/app",
  "display": "standalone",
  "display_override": [
    "standalone"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "background_color": "#05070a",
  "theme_color": "#05070a",
  "orientation": "any",
  "dir": "ltr",
  "lang": "en",
  "version": "4.0.0",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://*.meram.app"
    }
  ],
  "shortcuts": [
    {
      "name": "New Item",
      "short_name": "Add",
      "description": "Add a new inventory item",
      "url": "/app?action=add",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Search Items",
      "short_name": "Search",
      "description": "Search the inventory",
      "url": "/app?action=search",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/app?action=import",
      "accept": {
        "text/plain": [
          ".txt"
        ],
        "text/csv": [
          ".csv"
        ],
        "application/json": [
          ".json"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+meram",
      "url": "/app?uri=%s"
    }
  ],
  "share_target": {
    "action": "/app?action=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*",
            "text/csv",
            "application/json"
          ]
        }
      ]
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
