{
  "name": "Myfy Music",
  "short_name": "Myfy",
  "description": "Busque e ouça músicas do YouTube em segundo plano",
  "start_url": "/",
  "scope": "/",
  "id": "/?homescreen=1",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "fullscreen"],
  "orientation": "portrait",
  "background_color": "#121212",
  "theme_color": "#121212",
  "categories": ["music", "entertainment"],
  "lang": "pt-BR",
  "dir": "ltr",
  "iarc_rating_id": "e.g. 12345678-1234-1234-1234-123456789012",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://myfy.app/manifest.json"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "note_taking": {
    "new_note_url": "/?new"
  },
  "scope_extensions": [
    {
      "origin": {
        "name": "auth.exemplo.com"
      }
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "shortcuts": [
    {
      "name": "Buscar música",
      "short_name": "Buscar",
      "description": "Abrir busca de músicas",
      "url": "/?search",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Fila",
      "short_name": "Fila",
      "description": "Ver fila de reprodução",
      "url": "/?queue",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Favoritos",
      "short_name": "Fav",
      "description": "Músicas favoritas",
      "url": "/?favorites",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "audio/*": [".mp3", ".aac", ".ogg", ".wav", ".flac", ".m4a"]
      },
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+myfy",
      "url": "/?url=%s"
    },
    {
      "protocol": "mailto",
      "url": "/?mailto=%s"
    },
    {
      "protocol": "sms",
      "url": "/?sms=%s"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-narrow.svg",
      "sizes": "360x780",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Tela principal do Myfy Music"
    },
    {
      "src": "screenshot-wide.svg",
      "sizes": "1280x800",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Myfy Music em tablet/desktop"
    }
  ],
  "widgets": [
    {
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any monochrome"
        }
      ],
      "name": "Myfy Music",
      "description": "Controle rápido de música",
      "tag": "myfy-music",
      "template": "widget.html",
      "ms_ac_template": "widget.xml",
      "type": "application/json",
      "screenshots": [
        {
          "src": "widget-screenshot.svg",
          "sizes": "800x400",
          "type": "image/svg+xml",
          "label": "Widget de controle do Myfy"
        }
      ]
    }
  ],
  "version": "5.0.1",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
