Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

meanbee/magento2-webappmanifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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