meanbee/magento2-webappmanifest 1.0.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 config repositories.meanbee-webappmanifest vcs https://github.com/meanbee/magento2-webappmanifest
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:

mkdir magento
docker-compose up -d db # Allow a few seconds for the db to initalise
docker-compose run --rm cli bash /src/setup.sh
docker-compose up -d