{
  "name": "Fenda Music",
  "short_name": "Fenda",

  "id": "fenda-music-pwa",

  "description": "Compartilhamento musical sem fins lucrativos, com catálogo colaborativo e análise manual",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["music", "entertainment"],

  "start_url": "/inicio",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",

  "theme_color": "#7c3aed",
  "background_color": "#0a0612",

  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png" },
    { "src": "/images/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png" },
    { "src": "/images/icons/icon-192.png",  "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png" },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Buscar músicas",
      "short_name": "Buscar",
      "description": "Pesquise no catálogo do Fenda Music",
      "url": "/busca",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Minha biblioteca",
      "short_name": "Biblioteca",
      "description": "Veja suas playlists, histórico e artistas",
      "url": "/biblioteca",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],

  "share_target": {
    "action": "/inicio",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  },

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

  "widgets": [
    {
      "name": "Tocando agora",
      "short_name": "Fenda",
      "description": "Veja e controle a música tocando no Fenda Music",
      "tag": "fenda-now-playing",
      "ms_ac_template": "/widgets/now-playing.json",
      "data": "/widgets/now-playing-data.json",
      "type": "application/json",
      "auth": false,
      "update": 300,
      "icons": [
        { "src": "/images/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tela inicial do Fenda Music"
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false
}
