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": "GYMR \u2013 Find Hotels with Great Gyms",
"description": "Powered by HotelGyms.com, GYMR helps you find hotels with quality fitness and wellness facilities in seconds.",
"version": "2.2.1",
"permissions": [
"storage",
"identity"
],
"host_permissions": [
"*:\/\/*.booking.com\/*",
"*:\/\/*.hotelplanner.com\/*",
"*:\/\/*.expedia.com\/*",
"*:\/\/*.expedia.co.uk\/*",
"*:\/\/*.expedia.de\/*",
"*:\/\/*.expedia.ch\/*",
"*:\/\/*.kayak.com\/*",
"*:\/\/*.kayak.co.uk\/*",
"*:\/\/*.kayak.de\/*",
"*:\/\/*.kayak.ch\/*",
"*:\/\/*.momondo.com\/*",
"*:\/\/*.momondo.co.uk\/*",
"*:\/\/*.momondo.de\/*",
"*:\/\/*.momondo.ch\/*",
"https:\/\/account.hotelgyms.com\/*",
"https:\/\/token-management.backoffice-541.workers.dev\/*",
"https:\/\/hook.eu2.make.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/gymr-icon_16x16.png",
"48": "assets\/gymr-icon_48x48.png",
"128": "assets\/gymr-icon_128x128.png"
}
},
"externally_connectable": {
"matches": [
"https:\/\/www.hotelgyms.com\/*",
"https:\/\/www.beta.hotelgyms.com\/*"
]
},
"icons": {
"16": "assets\/gymr-icon_16x16.png",
"48": "assets\/gymr-icon_48x48.png",
"128": "assets\/gymr-icon_128x128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.booking.com\/*",
"*:\/\/*.hotelplanner.com\/*",
"*:\/\/*.expedia.com\/*",
"*:\/\/*.expedia.co.uk\/*",
"*:\/\/*.expedia.de\/*",
"*:\/\/*.expedia.ch\/*",
"*:\/\/*.kayak.com\/*",
"*:\/\/*.kayak.co.uk\/*",
"*:\/\/*.kayak.de\/*",
"*:\/\/*.kayak.ch\/*",
"*:\/\/*.momondo.com\/*",
"*:\/\/*.momondo.co.uk\/*",
"*:\/\/*.momondo.de\/*",
"*:\/\/*.momondo.ch\/*"
],
"js": [
"common.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"images\/*",
"fonts\/Lato\/*.woff2",
"fonts\/Lato\/*.woff",
"fonts\/inter\/*.ttf",
"fonts\/Inter\/*.ttf"
],
"matches": [
"*:\/\/*.booking.com\/*",
"*:\/\/*.hotelplanner.com\/*",
"*:\/\/*.expedia.com\/*",
"*:\/\/*.expedia.co.uk\/*",
"*:\/\/*.expedia.de\/*",
"*:\/\/*.expedia.ch\/*",
"*:\/\/*.kayak.com\/*",
"*:\/\/*.kayak.co.uk\/*",
"*:\/\/*.kayak.de\/*",
"*:\/\/*.kayak.ch\/*",
"*:\/\/*.momondo.com\/*",
"*:\/\/*.momondo.co.uk\/*",
"*:\/\/*.momondo.de\/*",
"*:\/\/*.momondo.ch\/*"
]
}
]
}