meanbee/magento2-webappmanifest 1.1.0

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

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

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