{
  "name": "ArdMoney - Помонтажил - Посчитай",
  "short_name": "ArdMoney",
  "description": "CRM Система управления монтажами и расчетами",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#4CAF50",
  "background_color": "#ffffff",
  "lang": "ru",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/img/icons/ard-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/img/icons/ard-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/img/icons/ard-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/img/icons/ard-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/img/icons/ard-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/img/icons/ard-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/img/icons/ard-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/img/icons/ard-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/img/icons/ard-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/img/icons/ard-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Добавить монтаж",
      "short_name": "Монтаж",
      "description": "Добавить новый монтаж",
      "url": "/montaj.php",
      "icons": [
        {
          "src": "/img/icons/ard-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Поиск монтажей",
      "short_name": "Поиск",
      "description": "Поиск по монтажам и адресам",
      "url": "/search_montaj.php",
      "icons": [
        {
          "src": "/img/icons/ard-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Кэшированные данные",
      "short_name": "Кэш",
      "description": "Доступ к офлайн данным",
      "url": "/cache",
      "icons": [
        {
          "src": "/img/icons/ard-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "id": "com.rutbat.ardmoney"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+ardmoney",
      "url": "/index.php?action=%s"
    }
  ],
  "share_target": {
    "action": "/montaj.php",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "text",
      "text": "adress"
    }
  },
  "capture_links": "new-client",
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "display_override": [
    "standalone",
    "minimal-ui",
    "window-controls-overlay"
  ],
  "prefer_related_applications": false,
  "permissions": [
    "background-sync",
    "storage"
  ]
}