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": "Openbnb - Book direct and save!", "description": "Instantly find the direct booking website of any Airbnb host and save up to 20% on your stay.", "version": "0.2.1.0", "version_name": "0.2.1", "author": { "email": "[email protected]" }, "content_scripts": [ { "js": [ "assets\/init-content-scripts.js-loader-Dss9Xo2J.js" ], "matches": [ "*:\/\/*.airbnb.com\/*" ], "run_at": "document_end", "css": [ "assets\/init-content-scripts-Ctq6PD-k.css" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "src\/images\/*", "src\/icons\/*" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.airbnb.com\/*" ], "resources": [ "assets\/url-CHpHHlWz.svg", "assets\/icon-JFXL94le.svg", "assets\/init-content-scripts.js-B4iF4HrV.js" ], "use_dynamic_url": false } ], "host_permissions": [ "https:\/\/*.openbnb.org\/*" ], "icons": { "16": "src\/icons\/32.png", "32": "src\/icons\/64.png", "48": "src\/icons\/96.png", "128": "src\/icons\/256.png", "256": "src\/icons\/512.png" }, "permissions": [ "storage" ] }