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": 2,
"name": "Strava Enhancement Suite BETA",
"description": "Handy tools and improvements to Strava.com",
"version": "20.8.26.941",
"background": {
"scripts": [
"js\/libs\/browser-polyfill.js",
"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",
"page_action": {
"default_icon": "icons\/icon48.png",
"default_title": "Strava Enhancement Suite",
"default_popup": "pages\/popup.html"
},
"permissions": [
"http:\/\/*.strava.com\/*",
"https:\/\/*.strava.com\/*",
"storage",
"tabs"
],
"web_accessible_resources": [
"js\/libs\/*.js",
"js\/libs\/*.css",
"js\/main.js",
"pages\/options.js"
]
}