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": "StaySavr+", "description": "Book vacation rentals and hotels without paying commissions and booking fees.", "version": "1.3.1.1", "author": "StaySavr Team", "options_page": "options.html", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.google.com\/*" ], "background": { "service_worker": "eventPage.js" }, "action": { "default_title": "StaySavr settings", "default_icon": "StaySavr.png", "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.abritel.fr\/*", "*:\/\/*.bookabach.co.nz\/*", "*:\/\/*.vrbo.com\/*", "*:\/\/*.fewo-direkt.de\/*" ], "js": [ "content.js" ] }, { "matches": [ "*:\/\/*.booking.com\/*", "*:\/\/*.priceline.com\/*", "*:\/\/*.expedia.com\/*", "*:\/\/*.expedia.co.uk\/*", "*:\/\/*.travelocity.com\/*", "*:\/\/*.orbitz.com\/*", "*:\/\/*.kayak.com\/*", "*:\/\/*.kayak.co.uk\/*", "*:\/\/*.agoda.com\/*", "*:\/\/*.hotels.com\/*" ], "js": [ "content2.js" ] } ] }