{
  "name": "ARTISTINCT - Creative Economy Platform",
  "short_name": "ARTISTINCT",
  "description": "La Super App per la Creative Economy. Work. Learn. Invest. Connect. L'infrastruttura per artisti, gallerie, musei, collezionisti e professionisti.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "it-IT",
  "categories": ["art", "culture", "business", "education", "social"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ARTISTINCT Homepage"
    },
    {
      "src": "/screenshots/feed.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Feed Creative Economy"
    }
  ],
  "shortcuts": [
    {
      "name": "Work",
      "short_name": "Work",
      "description": "Lavora nell'arte",
      "url": "/work",
      "icons": [{ "src": "/icons/shortcut-work.png", "sizes": "96x96" }]
    },
    {
      "name": "Learn",
      "short_name": "Learn",
      "description": "Impara dai migliori",
      "url": "/learn",
      "icons": [{ "src": "/icons/shortcut-learn.png", "sizes": "96x96" }]
    },
    {
      "name": "Invest",
      "short_name": "Invest",
      "description": "Investi in cultura",
      "url": "/invest",
      "icons": [{ "src": "/icons/shortcut-invest.png", "sizes": "96x96" }]
    },
    {
      "name": "Connect",
      "short_name": "Connect",
      "description": "Connettiti al sistema",
      "url": "/connect",
      "icons": [{ "src": "/icons/shortcut-connect.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/condividi",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}
