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": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "3.1.15",
"default_locale": "en",
"icons": {
"16": "extIcon256.11dec08b.png",
"24": "extIcon256.392cf84f.png",
"32": "extIcon256.42534c72.png",
"48": "extIcon256.72b6fed0.png",
"64": "extIcon256.af614d08.png",
"128": "extIcon256.5086c88a.png",
"256": "extIcon256.79685021.png"
},
"background": {
"service_worker": "background.31179a70.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.booking.com\/searchresults*"
],
"js": [
"search.921997c4.js"
],
"css": [
"shared.a30214c5.css"
]
},
{
"matches": [
"https:\/\/www.booking.com\/hotel\/*"
],
"js": [
"hotel.6e961f28.js"
],
"css": [
"hotel.679074c9.css"
]
},
{
"matches": [
"https:\/\/*\/*"
],
"include_globs": [
"https:\/\/*kayak.*\/hotels\/*"
],
"js": [
"kayak.1c851d8d.js"
],
"css": [
"kayak.d03739c5.css"
]
},
{
"matches": [
"https:\/\/www.agoda.com\/*"
],
"js": [
"agoda.f49f28e6.js"
],
"css": [
"agoda.1afc0c66.css"
]
},
{
"matches": [
"https:\/\/*\/*"
],
"include_globs": [
"https:\/\/www.airbnb.*\/rooms\/*"
],
"js": [
"airbnb.8b9abcbb.js"
],
"css": [
"airbnb.e2d2a95e.css"
]
}
],
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"webRequest",
"scripting",
"cookies",
"history",
"declarativeNetRequest"
],
"web_accessible_resources": [
{
"resources": [
"content\/mews\/index.js",
"content\/mews\/index.css",
"logo.25027d6c.svg"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"matches": [
"https:\/\/www.booking.com\/*"
],
"resources": [
"logo.25027d6c.svg"
]
},
{
"matches": [
"https:\/\/www.booking.com\/*"
],
"resources": [
"logo.25027d6c.svg"
]
},
{
"matches": [
"https:\/\/*\/*"
],
"resources": [
"logo.25027d6c.svg"
]
},
{
"matches": [
"https:\/\/www.agoda.com\/*"
],
"resources": [
"logo.25027d6c.svg"
]
},
{
"matches": [
"https:\/\/*\/*"
],
"resources": [
"logo.25027d6c.svg"
]
}
],
"minimum_chrome_version": "89",
"action": {
"default_title": "Access cashback dashboard"
}
}