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,
"version": "2.6.2",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"content_scripts": [
{
"js": [
"js\/index.js"
],
"matches": [
"*:\/\/*.strava.com\/*"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "js\/background.js"
},
"offline_enabled": false,
"icons": {
"128": "i\/128.png",
"256": "i\/256.png"
},
"action": {
"default_icon": "i\/128.png"
}
}