/magento2-webappmanifest

A Magento 2 extension that adds a Web App Manifest to the store.

Primary LanguagePHPMIT LicenseMIT

Meanbee_WebAppManifest

A Magento 2 extension that adds a Web App Manifest to the store.

Installation

Install this extension via Composer:

composer require meanbee/magento2-webappmanifest

Usage

Configure the information displayed in the manifest and enable it in * Stores > Configuration > General > Web > Web App Manifest Settings *.

Development

Setting up a development environment

A Docker development environment is included with the project:

docker-compose run --rm cli magento-extension-installer Meanbee_WebAppManifest \
&& docker-compose up -d