summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Include src/content/images.js in the repositoryHEADmainEuAndreh2024-11-053-4/+80
|
* Generate dark variation of light SVG iconsEuAndreh2024-11-0364-0/+2800
| | | | | | | | | | for f in src/content/img/icon/*/light.svg; do sed \ -e 's/white/WHITE/g' \ -e 's/black/white/g' \ -e 's/WHITE/black/g' \ < "$f" > "$(dirname "$f")"/dark.svg done
* Add aliases for missing iconsEuAndreh2024-11-0214-0/+14
|
* Embed dev-time PNG imagesEuAndreh2024-11-023-0/+0
|
* src/content/index.html: Fix typos on closing strings and tagsEuAndreh2024-11-011-16/+16
|
* Use importScripts() instead of generating the service-worker.js fileEuAndreh2024-11-015-26/+18
|
* WIP: Init work on HTMLEuAndreh2024-10-2779-223/+3746
|
* WIP service worker strategiesEuAndreh2024-10-222-18/+117
|
* Init work on offline support and testsEuAndreh2024-10-2117-0/+553
|
* src/content/img/: Add favicon and logo SVGsEuAndreh2024-10-213-0/+224
|
* Initial empty commitEuAndreh2024-10-010-0/+0