Petra - Unsupported - Personal trainer!

This version is no longer supported, use petra.slimsim.heliohost.org/ instead! Petra will tell you what to do with your workouts!
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": "Petra - Unsupported - Personal trainer!",
  "short_name": "Petra Unsupported",
  "description": "This version is no longer supported, use petra.slimsim.heliohost.org/ instead! Petra will tell you what to do with your workouts!",
  "version": "1.0.7",
  "offline_enabled": true,
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "<all_urls>",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "assets/icons/icon16.png",
    "128": "assets/icons/icon128.png"
  }
}