{
  "id": "2.0.0",
  "name": "Posjetiti",
  "short_name": "Posjetiti",
  "description": "Encurte, compartilhe e salve grandes URLs",
  "categories": [
    "social",
    "links",
    "bookmark"
  ],
  "start_url": "/",
  "scope": "/",
  "prefer_related_applications": false,
  "display_override": [
    "window-controls-overlay"
  ],
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#D3BFE8",
  "background_color": "#FCFCF7",
  "icons": [
    {
      "src": "./img/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./img/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "./img/icons/android-chrome-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./img/icons/android-chrome-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./img/icons/apple-touch-icon-60x60.png",
      "sizes": "60x60",
      "type": "image/png"
    },
    {
      "src": "./img/icons/apple-touch-icon-76x76.png",
      "sizes": "76x76",
      "type": "image/png"
    },
    {
      "src": "./img/icons/apple-touch-icon-120x120.png",
      "sizes": "120x120",
      "type": "image/png"
    },
    {
      "src": "./img/icons/apple-touch-icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "./img/icons/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "./img/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "./img/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "./img/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "./img/icons/msapplication-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "./img/icons/mstile-150x150.png",
      "sizes": "150x150",
      "type": "image/png"
    }
  ],
  "gcm_sender_id": "400369538313",
  "protocol_handlers": [
    {
      "protocol": "web+pojes",
      "url": "?q=%s"
    }
  ],
  "share_target": {
    "action": "?q=%s",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/img/icons/manifest-icon-192.maskable.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/img/icons/apple-splash-640-1136.jpg",
      "sizes": "640x1136",
      "type": "image/jpg"
    },
    {
      "src": "/img/icons/apple-splash-1136-640.jpg",
      "sizes": "1136x640",
      "type": "image/jpg",
      "form_factor": "wide"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 320
  },
  "launch_handler": {
    "route_to": "existing-client",
    "navigate_existing_client": "never"
  }
}
