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": "HotelGyms.com - Stay fit while traveling", "description": "HotelGyms.com provides the only travel advisory to help you find hotels with great fitness and well-being in seconds.", "version": "1.1.2", "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/16x16.png", "48": "assets\/48x48.png", "128": "assets\/128x128.png" } }, "icons": { "16": "assets\/16x16.png", "48": "assets\/48x48.png", "128": "assets\/128x128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.booking.com\/*" ], "js": [ "booking.js" ] }, { "matches": [ "<all_urls>" ], "include_globs": [ "*:\/\/*.kayak.*\/*", "*:\/\/*.momondo.*\/*" ], "js": [ "kayak.js" ] }, { "matches": [ "*:\/\/*.hotelplanner.com\/*" ], "js": [ "hotelplanner.js" ] }, { "matches": [ "*:\/\/*.expedia.com\/*" ], "js": [ "expedia.js" ] } ] }