licenses, adding accountfree links, fixing Nowox picture to add margin.
This commit is contained in:
parent
b178e3f390
commit
ddb676f0e3
5 changed files with 45 additions and 27 deletions
|
@ -7,12 +7,15 @@ HeaderTextWhite: true
|
||||||
SectionHeader:
|
SectionHeader:
|
||||||
AppIndex: accountfree
|
AppIndex: accountfree
|
||||||
Background: linear-gradient(135deg, rgba(210,68,105,1) 0%, rgba(147,71,135,1) 100%)
|
Background: linear-gradient(135deg, rgba(210,68,105,1) 0%, rgba(147,71,135,1) 100%)
|
||||||
BottomBackground: black
|
|
||||||
BottomHeight: 0
|
|
||||||
BottomLeft: ""
|
|
||||||
BottomRight: ""
|
|
||||||
ShowPlatforms: true
|
ShowPlatforms: true
|
||||||
TextWhite: true
|
TextWhite: true
|
||||||
|
Links:
|
||||||
|
- Icon: open-external
|
||||||
|
Title: Site web officiel
|
||||||
|
URL: "https://accountfree.org"
|
||||||
|
- Icon: open-external
|
||||||
|
Title: Liste des services
|
||||||
|
URL: "https://services.accountfree.org"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,12 +7,15 @@ HeaderTextWhite: true
|
||||||
SectionHeader:
|
SectionHeader:
|
||||||
AppIndex: accountfree
|
AppIndex: accountfree
|
||||||
Background: linear-gradient(135deg, rgba(210,68,105,1) 0%, rgba(147,71,135,1) 100%)
|
Background: linear-gradient(135deg, rgba(210,68,105,1) 0%, rgba(147,71,135,1) 100%)
|
||||||
BottomBackground: black
|
|
||||||
BottomHeight: 0
|
|
||||||
BottomLeft: ""
|
|
||||||
BottomRight: ""
|
|
||||||
ShowPlatforms: true
|
ShowPlatforms: true
|
||||||
TextWhite: true
|
TextWhite: true
|
||||||
|
Links:
|
||||||
|
- Icon: open-external
|
||||||
|
Title: Official website
|
||||||
|
URL: "https://accountfree.org"
|
||||||
|
- Icon: open-external
|
||||||
|
Title: Services list
|
||||||
|
URL: "https://services.accountfree.org"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,8 @@
|
||||||
"translated": ["en", "fr"],
|
"translated": ["en", "fr"],
|
||||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||||
"touchfriendly": false,
|
"touchfriendly": false,
|
||||||
"keyboardoriented": true
|
"keyboardoriented": true,
|
||||||
|
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||||
},
|
},
|
||||||
"logarithmplotter": {
|
"logarithmplotter": {
|
||||||
"name": "LogarithmPlotter",
|
"name": "LogarithmPlotter",
|
||||||
|
@ -21,7 +22,8 @@
|
||||||
"translated": ["en"],
|
"translated": ["en"],
|
||||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||||
"touchfriendly": true,
|
"touchfriendly": true,
|
||||||
"keyboardoriented": false
|
"keyboardoriented": false,
|
||||||
|
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||||
},
|
},
|
||||||
"accountfree": {
|
"accountfree": {
|
||||||
"name": "AccountFree",
|
"name": "AccountFree",
|
||||||
|
@ -33,7 +35,8 @@
|
||||||
"translated": ["en"],
|
"translated": ["en"],
|
||||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||||
"touchfriendly": true,
|
"touchfriendly": true,
|
||||||
"keyboardoriented": false
|
"keyboardoriented": false,
|
||||||
|
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||||
},
|
},
|
||||||
"ad5001.eu": {
|
"ad5001.eu": {
|
||||||
"name": "ad5001.eu",
|
"name": "ad5001.eu",
|
||||||
|
@ -45,7 +48,8 @@
|
||||||
"translated": ["en", "fr"],
|
"translated": ["en", "fr"],
|
||||||
"platforms": ["Web"],
|
"platforms": ["Web"],
|
||||||
"touchfriendly": true,
|
"touchfriendly": true,
|
||||||
"keyboardoriented": false
|
"keyboardoriented": false,
|
||||||
|
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||||
},
|
},
|
||||||
"omegamma": {
|
"omegamma": {
|
||||||
"name": "Omegamma",
|
"name": "Omegamma",
|
||||||
|
@ -54,10 +58,11 @@
|
||||||
"version": "0.1-dev0",
|
"version": "0.1-dev0",
|
||||||
"languages": ["HTML", "CSS", "JavaScript"],
|
"languages": ["HTML", "CSS", "JavaScript"],
|
||||||
"frameworks": ["[Hugo](https://gohugo.io)"],
|
"frameworks": ["[Hugo](https://gohugo.io)"],
|
||||||
"translated": ["/"],
|
"translated": ["all"],
|
||||||
"platforms": ["Web"],
|
"platforms": ["Web"],
|
||||||
"touchfriendly": true,
|
"touchfriendly": true,
|
||||||
"keyboardoriented": false
|
"keyboardoriented": false,
|
||||||
|
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||||
},
|
},
|
||||||
"unchecker": {
|
"unchecker": {
|
||||||
"name": "unchecker",
|
"name": "unchecker",
|
||||||
|
@ -65,10 +70,11 @@
|
||||||
"description": "Simple webextension letting you uncheck all checkboxes on a page.",
|
"description": "Simple webextension letting you uncheck all checkboxes on a page.",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"languages": ["JavaScript"],
|
"languages": ["JavaScript"],
|
||||||
"frameworks": [],
|
"frameworks": ["None"],
|
||||||
"translated": ["/"],
|
"translated": ["all"],
|
||||||
"platforms": ["Web", "Firefox"],
|
"platforms": ["Web", "Firefox"],
|
||||||
"touchfriendly": true,
|
"touchfriendly": true,
|
||||||
"keyboardoriented": false
|
"keyboardoriented": false,
|
||||||
|
"license": "[MPL v2](https://www.mozilla.org/en-US/MPL/2.0/)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,8 @@
|
||||||
"translated": ["en", "fr"],
|
"translated": ["en", "fr"],
|
||||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||||
"touchfriendly": false,
|
"touchfriendly": false,
|
||||||
"keyboardoriented": true
|
"keyboardoriented": true,
|
||||||
|
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||||
},
|
},
|
||||||
"logarithmplotter": {
|
"logarithmplotter": {
|
||||||
"name": "LogarithmPlotter",
|
"name": "LogarithmPlotter",
|
||||||
|
@ -21,7 +22,8 @@
|
||||||
"translated": ["en"],
|
"translated": ["en"],
|
||||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||||
"touchfriendly": true,
|
"touchfriendly": true,
|
||||||
"keyboardoriented": false
|
"keyboardoriented": false,
|
||||||
|
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||||
},
|
},
|
||||||
"accountfree": {
|
"accountfree": {
|
||||||
"name": "AccountFree",
|
"name": "AccountFree",
|
||||||
|
@ -33,7 +35,8 @@
|
||||||
"translated": ["en"],
|
"translated": ["en"],
|
||||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||||
"touchfriendly": true,
|
"touchfriendly": true,
|
||||||
"keyboardoriented": false
|
"keyboardoriented": false,
|
||||||
|
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||||
},
|
},
|
||||||
"ad5001.eu": {
|
"ad5001.eu": {
|
||||||
"name": "ad5001.eu",
|
"name": "ad5001.eu",
|
||||||
|
@ -45,7 +48,8 @@
|
||||||
"translated": ["en", "fr"],
|
"translated": ["en", "fr"],
|
||||||
"platforms": ["Web"],
|
"platforms": ["Web"],
|
||||||
"touchfriendly": true,
|
"touchfriendly": true,
|
||||||
"keyboardoriented": false
|
"keyboardoriented": false,
|
||||||
|
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||||
},
|
},
|
||||||
"omegamma": {
|
"omegamma": {
|
||||||
"name": "Omegamma",
|
"name": "Omegamma",
|
||||||
|
@ -54,21 +58,23 @@
|
||||||
"version": "2.0-dev0",
|
"version": "2.0-dev0",
|
||||||
"languages": ["HTML", "CSS", "JavaScript"],
|
"languages": ["HTML", "CSS", "JavaScript"],
|
||||||
"frameworks": ["[Hugo](https://gohugo.io)"],
|
"frameworks": ["[Hugo](https://gohugo.io)"],
|
||||||
"translated": ["/"],
|
"translated": ["all"],
|
||||||
"platforms": ["Web"],
|
"platforms": ["Web"],
|
||||||
"touchfriendly": true,
|
"touchfriendly": true,
|
||||||
"keyboardoriented": false
|
"keyboardoriented": false,
|
||||||
|
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||||
},
|
},
|
||||||
"unchecker": {
|
"unchecker": {
|
||||||
"name": "unchecker",
|
"name": "unchecker",
|
||||||
"status": "Maintenu",
|
"status": "Maintenu",
|
||||||
"description": "Simple webextension letting you uncheck all checkboxes on a page.",
|
"description": "Une simple extension pour navigateur permettant de décocher toutes les cases d'une page.",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"languages": ["JavaScript"],
|
"languages": ["JavaScript"],
|
||||||
"frameworks": ["[Hugo](https://gohugo.io)"],
|
"frameworks": ["Aucune"],
|
||||||
"translated": ["/"],
|
"translated": ["all"],
|
||||||
"platforms": ["Web", "Firefox"],
|
"platforms": ["Web", "Firefox"],
|
||||||
"touchfriendly": true,
|
"touchfriendly": true,
|
||||||
"keyboardoriented": false
|
"keyboardoriented": false,
|
||||||
|
"license": "[MPL v2](https://www.mozilla.org/en-US/MPL/2.0/)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 178 KiB |
Loading…
Reference in a new issue