Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VeloViewer Strava Plugin", "description": "Additions to Strava website to provide helpful links and features for VeloViewer.", "version": "1.44", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "vvCaller.js" ], "matches": [ "https:\/\/www.strava.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "vv.js" ], "matches": [ "https:\/\/www.strava.com\/*" ] } ] }