{
  "name": "Elencus - Gestione Contatti Offline",
  "short_name": "Elencus",
  "description": "Gestisci i tuoi contatti in totale privacy. 100% offline, nessun tracking, controllo completo sui tuoi dati.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#b3e1ff",
  "orientation": "any",
  "categories": ["productivity", "utilities", "business"],
  "lang": "it",
  "dir": "ltr",
  "icons": [
    {
      "src": "img/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/favicon/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "img/favicon/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "img/Elencus screenshot desktop 1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Elencus Desktop View - Main Interface"
    },
    {
      "src": "img/Elencus screenshot desktop 2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Elencus Desktop View - Contact Details"
    },
    {
      "src": "img/Elencus screenshot mobile 1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Elencus Mobile View - Contact List"
    },
    {
      "src": "img/Elencus screenshot mobile 2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Elencus Mobile View - Add Contact"
    }
  ],
  "shortcuts": [
    {
      "name": "Aggiungi Contatto",
      "short_name": "Aggiungi",
      "description": "Aggiungi velocemente un nuovo contatto",
      "url": "./index.html?action=add",
      "icons": [
        {
          "src": "img/favicon/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Cerca Contatti",
      "short_name": "Cerca",
      "description": "Cerca tra i tuoi contatti",
      "url": "./index.html?action=search",
      "icons": [
        {
          "src": "img/favicon/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
