Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AirDeals: Easy Airbnb deals & discounts", "version": "0.3.7", "description": "Save \ud83d\udcb0 on Airbnb automagically! We handle everything, so you just browse and book direct without breaking a sweat \u2728", "permissions": [ "storage", "activeTab", "identity", "identity.email" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "contentScript.css" ], "js": [ "contentScript.js" ], "run_at": "document_start" } ], "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/*" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "manifest_version": 3 }