super-productivity/packages/plugin-dev/procrastination-buster/src/manifest.json
Johannes Millan ce17c00690 feat(plugins): add German translations to procrastination-buster
- 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.
2026-01-16 22:34:50 +01:00

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"]
}
}