{
  "name": "AgriXP V8.2",
  "short_name": "AgriXP V8.2.En",
  "lang": "en",

  "icons": [
    {
      "src": "./include_company/agrixp_files/logo-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "./include_company/agrixp_files/logo-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],

  "start_url": "./mobile",
  "id": "./mobile",
  "scope": "./",

  "display": "standalone",
  "background_color": "#00a65a",
  "theme_color": "#00a65a",

  "description": "AgriXP - Crop record and planning app.",

  "orientation": "any",

  "shortcuts": [
    {
      "name": "Field Map",
      "short_name": "Field Map",
      "description": "View your field plan",
      "url": "./map",
      "icons": [
        {
          "src": "./images/template/map.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Farming Weather",
      "short_name": "Farming Weather 7d/24H",
      "description": "24H and hour-by-hour Farming Weather.",
      "url": "./forecast",
      "icons": [
        {
          "src": "./images/icons_meteo/thunderstorm.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mobile Version",
      "short_name": "Mobile Version",
      "description": "Mobile version for smartphone",
      "url": "./mobile",
      "icons": [
        {
          "src": "./images/icons_meteo/weather_mobil_phones.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "./images/home/banner_red.png",
      "type": "image/png",
      "sizes": "1280x800",
      "form_factor": "wide",
      "label": "Built for farmers and agronomists"
    },
    {
      "src": "./images/home/stats_en.png",
      "type": "image/png",
      "sizes": "1280x800",
      "form_factor": "wide",
      "label": "Main Dashboard"
    },
	{
      "src": "./images/home/rotation_pwa_en.png",
      "type": "image/png",
      "sizes": "1280x800",
      "form_factor": "wide",
      "label": "Visual Crop planner tool"
    },
    {
      "src": "./images/home/map_mobile3_en.png",
      "type": "image/png",
      "sizes": "390x844",
      "form_factor": "narrow",
      "label": "Field Plan"
    },
	{
      "src": "./images/home/map_mobile2_en.png",
      "type": "image/png",
      "sizes": "390x844",
      "form_factor": "narrow",
      "label": "Smartphone view"
    },
	{
      "src": "./images/home/map_mobile_en.png",
      "type": "image/png",
      "sizes": "390x844",
      "form_factor": "narrow",
      "label": "Field map details"
    }
  ]
}