elegantapp / pwa-asset-generator

Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.
MIT License
2.73k stars 140 forks source link

Custom device configuration #1011

Open janscarton opened 9 months ago

janscarton commented 9 months ago

The problem:

  1. Some devices care currently not included (see issue #1010).
  2. I don't want to support all devices that are included by default.

The want:

I'd like to be able to define a custom device configuration similar to apple-fallback-data.json, but only include the devices that I want to support.