{
  "id": "hu.hrsoundrecords.app",
  "name": "HRSound Records",
  "short_name": "HRSound",
  "description": "Független zenei kiadó platform – töltsd fel a dalaidat, kezeld a jogdíjaidat, terjeszd a zenédet 150+ platformra.",
  "start_url": "/regisztracio",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#080808",
  "theme_color": "#080808",
  "lang": "hu",
  "dir": "ltr",
  "categories": ["music", "entertainment", "business"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",

  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/og-image.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "HRSound Records – Kezdőlap"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HRSound Records – Mobil nézet"
    }
  ],

  "shortcuts": [
    {
      "name": "Bejelentkezés",
      "short_name": "Belépés",
      "description": "Jelentkezz be a fiókodba",
      "url": "/bejelentkezes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Regisztráció",
      "short_name": "Regisztrálj",
      "description": "Hozz létre ingyenes fiókot",
      "url": "/regisztracio",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],

  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },

  "file_handlers": [
    {
      "action": "/feltoltes",
      "accept": {
        "audio/wav":  [".wav"],
        "audio/flac": [".flac"],
        "audio/mpeg": [".mp3"],
        "audio/aiff": [".aiff", ".aif"]
      },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],

  "share_target": {
    "action": "/feltoltes",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url",
      "files": [
        {
          "name":   "audio",
          "accept": ["audio/wav", "audio/flac", "audio/mpeg", ".wav", ".flac", ".mp3"]
        }
      ]
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+hrsound",
      "url": "/?share=%s"
    }
  ],

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=hu.hrsoundrecords.app",
      "id": "hu.hrsoundrecords.app"
    }
  ],
  "prefer_related_applications": false,

  "scope_extensions": [
    { "origin": "https://hrsoundrecords.hu" },
    { "origin": "*.hrsoundrecords.hu" }
  ],

  "edge_side_panel": {
    "preferred_width": 400
  },

  "note_taking": {
    "new_note_url": "/uj-jegyzet"
  },

  "widgets": [
    {
      "name": "HRSound Gyorsmenü",
      "description": "Gyors hozzáférés a HRSound funkcióihoz",
      "tag": "hrsound-widget",
      "ms_ac_template": "/widget-template.json",
      "data": "/widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512",
          "label": "Widget nézet"
        }
      ],
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
