3 Commits

Author SHA1 Message Date
Philipp Kief
369d22359a
Support all icon packs (#106)
* Support cloned file and folder icons

* Generate manifest

* Use generated manifest for looking up file extension

* Rename function

* Update options for icon packs

* Use type for icon pack

* Update config with types

* Update scripts
2024-07-15 12:25:49 +02:00
Michael Goodman
0d067d0394
[Bug fix] Fix custom domains not working after conversion to typescript. (#6)
* added dotenv dev dependency, to prevent being dependent on IDE to set env variables

* added biomejs to dev dependencies, was missing

* fixed custom domains not working after ts conversion

* fixed a bug where you could not add multiple custom domains, because the script was trying to register multiple content scripts with same id
2024-07-04 09:51:54 +02:00
Philipp Kief
11b495ab4d
Update project setup (#2)
* Update custom SVG files

* Update linting and formatting

* Remove build of external dependency

* Format files

* Update biome js

* Update dependencies

* Update project

* Update lint staged

* Update meta info

* Remove SVGO config

* Transform JS to TS

* Update link to repo in footer

* Update release workflow

* Update dependencies

* Update package json

* Update workflow

* Transform require to import

* Replace node-fetch with native fetch

* Replace parcel with ESBuild

* Remove flakyness of build language script

* Update release workflow for Edge

* Update readme
2024-07-04 09:51:52 +02:00