meanbee / magento2-webappmanifest
A Magento 2 extension that adds a Web App Manifest to the store.
Installs: 4 693
Dependents: 0
Suggesters: 0
Security: 0
Stars: 19
Watchers: 5
Forks: 9
Open Issues: 0
Type:magento2-module
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