A free and flexible workout, nutrition and weight manager.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "wger Workout Manager",
"description": "A free and flexible workout, nutrition and weight manager.",
"version": "5",
"manifest_version": 2,
"app": {
"urls": [
"*://wger.de/"
],
"launch": {
"web_url": "https://wger.de/dashboard"
}
},
"icons": {
"128": "logo-128.png"
},
"offline_enabled": false
}