/**
 * Copyright 2019 Google LLC
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *    https://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Author:  Darwin Aguilar; 
 * Company: AnymalApp SAS;
*/


{
  "name": "Anymal",
  "short_name": "Anymal",
  "id": "v1.2_cache_anymal",
  "description": "El ecosistema digital para tu mascota",
  "background_color": "#0A2E43",
  "theme_color": "#0A2E43",
  "orientation": "portrait",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "lang": "es-MX",
  "icons": [
    {
      "src": "images/maskable_icons/x1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/maskable_icons/x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/maskable_icons/x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    }, 
    {
      "src": "images/maskable_icons/x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/maskable_icons/x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/maskable_icons/x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/maskable_icons/x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/maskable_icons/x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Tienda",
      "short_name": "Tienda",
      "description": "Visita la tienda de Anymal y entérate de nuestros productos.",
      "url": "stores/anymal_store",
      "icons": [
        { 
          "src": "images/icons/store_x192.png",
          "sizes": "192x192" 
        }
      ]
    }
  ]
}