dynamicWatch Route Save to Garmin

dynamicWatch Route Save to Garmin

dynamicWatch Route Save: send routes to your Garmin watch or Edge GPS from Strava, Ride with GPS, Garmin Connect, MapMyRun and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "dynamicWatch Route Save to Garmin",
  "short_name": "dynamicWatch Save",
  "description": "dynamicWatch Route Save: send routes to your Garmin watch or Edge GPS from Strava, Ride with GPS, Garmin Connect, MapMyRun and more.",
  "version": "1.2.1",
  "browser_action": {
    "default_icon": "dw-icon-19x19.png",
    "default_popup": "popup.html",
    "default_title": "Click to save this route to dynamicWatch"
  },
  "permissions": [
    "activeTab",
    "https://dynamic.watch/"
  ]
}