{
  "name": "KIVUDEAL MAG",
  "short_name": "Kivumag",
  "description": "Un magazine, une autre facette du Kivu.",
  "dir": "ltr",
  "id": "/",
  "start_url": "index.php",
  "scope": "/",
  "lang": "fr",
  "categories": ["news", "magazines", "entertainment"],
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "uploads/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "uploads/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "uploads/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "KIVUDEAL MAG - Accueil",
      "form_factor": "wide"
    },
    {
      "src": "uploads/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "KIVUDEAL MAG - Mobile",
      "form_factor": "narrow"
    }
  ],
  "orientation": "portrait",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/share-target.php",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "À la une",
      "short_name": "À la une",
      "description": "Voir les articles à la une",
      "url": "category.php?slug=a-la-une",
      "icons": [{ "src": "uploads/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Rejoindre le chat",
      "url": "chat.php",
      "icons": [{ "src": "uploads/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Podcasts",
      "short_name": "Podcasts",
      "description": "Écouter les podcasts",
      "url": "podcasts.php",
      "icons": [{ "src": "uploads/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.kivudeal.mag",
      "id": "com.kivudeal.mag"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/kivudeal-mag/id0000000000"
    }
  ],
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "iarc_rating_id": "00000000-0000-0000-0000-000000000000",
  "protocol_handlers": [
    {
      "protocol": "web+kivumag",
      "url": "/index.php?protocol_url=%s"
    },
    {
      "protocol": "web+news",
      "url": "/index.php?protocol_url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/admin/upload-handler.php",
      "name": "Publier une image",
      "accept": {
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"],
        "image/webp": [".webp"],
        "image/gif": [".gif"]
      }
    }
  ],
  "capture_links": "existing-client-navigate",
  "scope_extensions": [
    { "type": "origin", "origin": "https://auth.kivumag.com" },
    { "type": "origin", "origin": "https://en.kivumag.com" },
    { "type": "origin", "origin": "https://kivumag.com" },
    { "type": "origin", "origin": "https://kivudeal.com" }
  ],
  "note_taking": {
    "new_note_url": "/admin/add-article.php"
  },
  "tab_strip": {
    "home_tab": {
      "scope": "/"
    },
    "new_tab_button": {
      "url": "/admin/add-article.php"
    }
  },
  "widgets": []


}
