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",
"name": "AirDeals: Easy Airbnb hack to save hundreds",
"version": "0.6.2",
"description": "Airbnb Hack to save \ud83d\udcb0 automagically! 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
}