Apply to the selected frame the required export settings for PWA icons App.
- Select a frame containing your app icon.
- Press
command + /
and search for 'PWA Icon App Exports' - Run the plugin
command + shift + p
to re-run the plugin instantly
Search for the eponym plugin on Figma / Plugins menu. Or visit the Official Figma Plugin Page.
If you want to participate to the development, you will need to install the plugin locally and set a development environment within Figma.
- Go to a folder of your choice to put the plugin on it.
- Clone the repository:
git clone https://github.com/geoffreycrofte/figma-pwa-icon-app-exports.git
- Go to the directory:
cd figma-pwa-icon-app-exports
- Install FigPlug:
npm i -g figplug
- Build the plugin:
figplug build -w -o=build
- Add a new development plugin to Figma
- Select the
figma-pwa-icon-app-exports/build/manifest.json
file as the manifest
Ping me on Twitter if you want to talk about this.
Code forked from Briand Lovin iOS Plugin, thanks for that