add Licence and Readme

Cette révision appartient à :
2026-05-14 20:33:57 +02:00
Parent 430e3ae6e6
révision 7e9c7fc0d8
3 fichiers modifiés avec 175 ajouts et 0 suppressions
+20
Voir le fichier
@@ -0,0 +1,20 @@
{
"name": "Skynet",
"author": "Jimmy Galland",
"license": "MIT License",
"license-url": "https://www.debian.org/legal/licenses/mit.en.html",
"config": {
"supported_layouts": ["widescreen"],
"jquery_ui_colors_theme": "bootstrap",
"embed_css_location": "/styles/embed.css",
"editor_css_location": "/styles/embed.css",
"dark_mode_support": true,
"media_browser_css_location": "none",
"additional_logo_types": ["dark", "small", "small-dark"]
},
"meta": {
"viewport": "width=device-width, initial-scale=1.0, shrink-to-fit=no, maximum-scale=1.0",
"theme-color": "#f4f4f4",
"msapplication-navbutton-color": "#f4f4f4"
}
}