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": "Strava Enhancement Suite",
"description": "Handy tools and improvements to Strava.com",
"version": "26.1.1.1202",
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"js": [
"js\/libs\/browser-polyfill.js",
"js\/content_script.js"
],
"run_at": "document_end",
"matches": [
"http:\/\/*.strava.com\/*",
"https:\/\/*.strava.com\/*"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_page": "pages\/options.html",
"action": {
"default_icon": "icons\/icon48.png",
"default_title": "Strava Enhancement Suite",
"default_popup": "pages\/popup.html"
},
"permissions": [
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"http:\/\/*.strava.com\/*",
"https:\/\/*.strava.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"js\/libs\/*.js",
"js\/libs\/*.css",
"js\/main.js",
"js\/inject_bootstrap.js",
"pages\/options.js"
],
"matches": [
"http:\/\/*.strava.com\/*",
"https:\/\/*.strava.com\/*"
]
}
]
}