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": "Purchase Price Checker",
"version": "2.0",
"description": "This extension will set subscription price based on start and end date.",
"permissions": [],
"icons": {
"16": "Icons\/logo.png",
"48": "Icons\/logo.png",
"128": "Icons\/logo.png"
},
"host_permissions": [
"https:\/\/lightspeedr-series.azure-api.net\/tokens\/GetAccessToken",
"https:\/\/api.lightspeedapp.com\/API\/V3\/Account\/309415\/Sale\/*.json"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.chronogolf.com\/*",
"https:\/\/www.chronogolf.ca\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"injector.js"
],
"matches": [
"https:\/\/www.chronogolf.com\/*",
"https:\/\/www.chronogolf.ca\/*"
]
}
]
}