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",
"manifest_version": 3,
"name": "TripChipper (TravelArrow) - Travel Better",
"version": "9.0.0",
"description": "TripChipper is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!",
"background": {
"service_worker": "sw.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": "assets\/img\/flightsmall.png"
},
"icons": {
"128": "assets\/img\/flight.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"vio.js"
],
"all_frames": false,
"run_at": "document_end",
"world": "ISOLATED"
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"styles\/google.css",
"styles\/render-flights.css",
"styles\/airbnb.css",
"styles\/app.css",
"styles\/jitsi.css",
"styles\/hermesSDK.css",
"assets\/**\/*",
"popup.html",
"legroom\/load_flight_data.js",
"legroom\/render_legroom.js",
"legroom\/enhanced.js",
"carrental\/car_rental.js",
"carrental\/enterprise.js",
"carrental\/hertz.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
]
}
],
"permissions": [
"webRequest",
"declarativeNetRequest",
"storage",
"alarms"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"minimum_chrome_version": "96"
}