diff --git a/src/apps.json b/src/apps.json index 0b4b2cc07..27958b95a 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10591,6 +10591,22 @@ }, "website": "https://www.solusquare.com" }, + "SolidPixels": { + "cats": [ + 1, + 6, + 4 + ], + "icon": "SolidPixels.png", + "implies": "React", + "meta": { + "web_author": "^solidpixels" + }, + "script": [ + "^https?://cdn\\.solidpixels\\.net/" + ], + "website": "https://www.solidpixels.net" + }, "Solve Media": { "cats": [ 16, diff --git a/src/drivers/webextension/images/icons/SolidPixels.png b/src/drivers/webextension/images/icons/SolidPixels.png new file mode 100644 index 000000000..b26327541 Binary files /dev/null and b/src/drivers/webextension/images/icons/SolidPixels.png differ