Added Icon Maker mockup

Update .gitignore, ico-maker.yml, and 9 more files...
This commit is contained in:
2025-03-05 23:47:05 +01:00
parent 11c25a1f52
commit e9a2fb97f8
11 changed files with 290 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
applets:
- id: "ico-maker"
resources:
scripts:
#- "https://cdn.nibblepoker.lu/SortableJS/1.15.6/Sortable.min.js"
- "applet://ico-maker.mjs"
stylesheets:
- "applet://ico-maker.css"

View File

@@ -0,0 +1,3 @@
# EN - Ico Maker
t01: ""

View File

@@ -0,0 +1,3 @@
# FR - Ico Maker
t01: ""

30
data/tools/ico-maker.yml Normal file
View File

@@ -0,0 +1,30 @@
tools:
- id: "ico-maker"
applet_id: "ico-maker"
metadata:
head:
title_key: "meta.title"
description_key: "meta.description"
opengraph:
title_key: "meta.title"
description_key: "meta.description"
type: null
url: null
image_url: "/resources/NibblePoker/images/tools/ico-maker/main.png"
image_type: null
twitter:
title_key: "meta.title"
description_key: "meta.description"
index:
priority: 100
enable: true
title_key: "meta.title"
preamble_key: "meta.description"
image_url: "/resources/NibblePoker/images/tools/ico-maker/main.png"
image_alt_key: ""
general:
icon: "fab fa-python"
title_key: "meta.title"
subtitle_key: "article.subtitle"
tags:
- "undefined"

View File

@@ -1,4 +1,3 @@
tools:
- id: "png-chunk-analyser"
applet_id: "png-chunk-analyser"