blob: 6ef98a510ef68677e3cbb6306ee32b48db8aec71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
---
title: Installable
slug: Web/Progressive_web_apps/Installable
tags:
- Applications
- Installable
- Manifeste
translation_of: Web/Progressive_web_apps
---
<div class="column-container summary">
<div class="column-11">Une partie basique de l'expérience avec l'application, pour un utilisateur, est d'avoir l'icône sur l'écran d'accueil et être capable de l'ouvrir dans son propre conteneur avec une bonne intégration avec la plateforme système sous-jacente. Les applications web modernes peuvent avoir ce sentiment d'application native.</div>
<div class="column-1"><img alt="" src="https://mdn.mozillademos.org/files/12656/installable.svg" style="height: 96px; width: 96px;"></div>
</div>
<h2 id="Guides">Guides</h2>
<p>Aucun document actuellement; les contributions sont les bienvenues.</p>
<h2 id="Technologies">Technologies</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Technologie</th>
<th scope="col">Description</th>
<th scope="col">Résumé du support</th>
<th scope="col">Dernière spécification</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/fr/docs/Web/Manifest">Manifeste des applications web</a></td>
<td>Définit les fonctions d'une application web comme son nom, une icône, un écran de lancement et un thème de couleur, <span id="result_box" lang="fr"><span>pour une utilisation</span> <span>dans un contexte comme l'affichage sur </span><span>une liste</span> <span>d'applications ou</span> sur l'<span>écran d'accueil</span> <span>de l'appareil</span></span>.</td>
<td>Expérimental, supporté dans Chrome, support limité dans Firefox (<a href="/fr/docs/Web/Manifest#Browser_compatibility">plus de détails</a>)</td>
<td>{{SpecName('Manifest')}}</td>
</tr>
</tbody>
</table>
<h2 id="Outils">Outils</h2>
<p><em>Ajouter un lien vers un outils ou une bibliothèque utile.</em></p>
<h2 id="Voir_aussi">Voir aussi</h2>
<p><em>Ajouter un lien vers des informations liées</em>.</p>
|