MonetWebAdapter

MWALogo

MWA allows the Dynamic Wallpaper Colours from android 12 and up on the web! View Example Site

How does it work?

localconnected

How it works for you:

Supported Sites:

How it works for web developers:

Using colours in your css:

Implementing the popup

If your website using the MonetWebAdapter, you can implement a popup that will prompt the user to install the MonetWebAdapter app. This popup will only show up on android devices that do not already have the app running. Once closed, a cookie will be stored to ensure the popup is never shown. You can view an example of the popup here. The popup uses the same CSS variable names, so your sites colours will override the default colours.

If you wish to implement the popup, add this inbetween your <head></head> tags:

  <script src="https://wacko1805.github.io/MonetWebAdapter/popup/popup.js" defer></script>

### Example of the popup can be found here.