{
  "name": "Spevník",
  "short_name": "Spevník",
  "description": "Offline spevník pre zobrazenie piesní a nôt. 100% offline aplikácia bez potreby internetového pripojenia. Pridávajte vlastné pesničky a organizujte ich podľa kategórií.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#3498db",
  "orientation": "any",
  "dir": "ltr",
  "lang": "sk",
  "prefer_related_applications": false,
  "categories": ["music", "entertainment"],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "privacy_policy_url": "./privacy-policy.html",
  "iarc_rating_id": ""
}
