mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-27 09:44:39 +00:00
- Add comprehensive de.json with 80 German translation keys - Update manifest.json to include German language support - Translate all UI strings: home, navigation, strategies, info - Translate all 8 procrastination types with emotions and strategies - Translate educational content for understanding procrastination All translation keys match between en.json and de.json for consistency.
23 lines
742 B
JSON
23 lines
742 B
JSON
{
|
|
"name": "Procrastination Buster",
|
|
"id": "procrastination-buster",
|
|
"manifestVersion": 1,
|
|
"version": "1.0.0",
|
|
"minSupVersion": "13.0.0",
|
|
"description": "Helps identify procrastination blockers and provides tailored strategies to overcome them",
|
|
"author": "Super Productivity Community",
|
|
"homepage": "https://github.com/super-productivity/super-productivity",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/super-productivity/super-productivity.git"
|
|
},
|
|
"hooks": ["currentTaskChange"],
|
|
"permissions": ["showSnack", "openDialog", "addTask", "showIndexHtmlAsView"],
|
|
"iFrame": true,
|
|
"sidePanel": true,
|
|
"isSkipMenuEntry": false,
|
|
"icon": "icon.svg",
|
|
"i18n": {
|
|
"languages": ["en", "de"]
|
|
}
|
|
}
|