{
  "name": "reSOURCERY",
  "short_name": "reSOURCERY",
  "description": "Premium audio extraction and analysis studio — Extract the magic from your media",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#050508",
  "theme_color": "#08080c",
  "orientation": "portrait-primary",
  "scope": "./",
  "id": "resourcery",
  "icons": [
    {
      "src": "resourcery-icon-ios.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["utilities", "music"],
  "shortcuts": [
    {
      "name": "Extract Audio",
      "short_name": "Extract",
      "description": "Extract audio from media",
      "url": "./?action=extract",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "./",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "media",
          "accept": ["audio/*", "video/*"]
        }
      ]
    }
  }
}
