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.
Package info
github.com/meanbee/magento2-webappmanifest
Type:magento2-module
pkg:composer/meanbee/magento2-webappmanifest
1.1.0
2017-11-17 10:09 UTC
Requires
- magento/framework: ^101.0.0
- magento/module-backend: ^100.1.2
- magento/module-config: ^101.0.0
- magento/module-store: ^100.1.3
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