{
  "name": "BeeSmart - Pametna pčelarska vaga",
  "short_name": "BeeSmart",
  "version": "1.4",
  "description": "Napredni sustav za praćenje pčelinjih košnica s prediktivnim alertima",
  "start_url": "./index.php",
  "display": "standalone",
  "background_color": "#FFFEF7",
  "theme_color": "#FFFEF7",
  "orientation": "portrait-primary",
  "scope": "./",
  "categories": ["productivity", "utilities", "lifestyle"],
  "lang": "hr",
  "shortcuts": [
    {
      "name": "Trenutno stanje",
      "short_name": "Status",
      "description": "Brzi pregled trenutnog stanja košnice",
      "url": "./index.php?view=status",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Alerti",
      "short_name": "Alerti",
      "description": "Pregled svih aktivnih alerti",
      "url": "./index.php?view=alerts",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Grafovi",
      "short_name": "Grafovi",
      "description": "Direktno na grafičke prikaze",
      "url": "./index.php?view=charts",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Test scenarij",
      "short_name": "Test",
      "description": "Brzo pokretanje test scenarija",
      "url": "./index.php?test=swarm",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./index.php",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "widgets": [
    {
      "name": "BeeSmart Status",
      "description": "Trenutno stanje košnice - masa, temperatura, vlaga",
      "tag": "beesmart-status",
      "template": "beesmart-status-template",
      "ms_ac_template": "adaptive-card",
      "data": "./widget-data.json",
      "screenshot": "./icons/widget-screenshot.png",
      "icons": [
        {
          "src": "./icons/icon-72x72.png",
          "sizes": "72x72"
        }
      ],
      "backgrounds": [
        {
          "src": "./icons/widget-bg.png",
          "sizes": "158x158",
          "label": "BeeSmart pozadina"
        }
      ]
    }
  ],
  "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"
    }
  ]
}
