Strava Kudo All

Strava Kudo All

Kudo All Strava automating the process of giving kudos to your fellow athletes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Strava Kudo All",
  "version": "2.11",
  "description": "Kudo All Strava automating the process of giving kudos to your fellow athletes.",
  "default_locale": "en",
  "icons": {
    "48": "icons/icon-48x48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.strava.com/*"
      ],
      "js": [
        "kudoall.js"
      ]
    }
  ]
}