meanbee/magento2-webappmanifest

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Installs: 4 688

Dependents: 0

Suggesters: 0

Security: 0

Stars: 19

Watchers: 5

Forks: 9

Open Issues: 0

Type:magento2-module

1.1.0 2017-11-17 10:09 UTC

This package is not auto-updated.

Last update: 2023-08-05 18:09:55 UTC


README

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