Jump to content

[Résolut] .manifest ou le mettre ?


Polylight

Recommended Posts

Si ca peu aider quelqu'un, il faut juste le mettre a la racine du site et non dans le dossier thèmes.

Merci moi.

"short_name": "nom qui sera sous l'icon de application",

    "name": "name name",

    "theme_color": "#eb5252",

    "background_color": "#000000",

    "display": "fullscreen",

    "Scope": "/",

    "orientation": "portrait",

    "icons": [

      {

        "src": "assets/logo/logo.png",

        "type": "image/png",

        "sizes": "48x48"

      },

      {

        "src": "assets/logo/logo.png",

        "type": "image/png",

        "sizes": "96x96"

      },

      {

        "src": "assets/logo/logo.png",

        "type": "image/png",

        "sizes": "192x192"

      }

    ],

    "start_url": "index.html?utm_source=homescreen"

  }

Link to comment
Share on other sites

  • Polylight changed the title to [Résolut] .manifest ou le mettre ?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...