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": "FlyOnTime",
"description": "Helps you know what you're buying on Google Flights",
"version": "0.0.22",
"icons": {
"16": "logo\/logo-16.png",
"48": "logo\/logo-48.png",
"128": "logo\/logo-128.png"
},
"options_page": "settings\/settings.html",
"action": {
"default_title": "FlyOnTime",
"default_popup": "popup\/popup.html"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:google.com\/travel\/flights\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"js": [
"d3.v7.min.js",
"foreground.js"
],
"css": [
"foreground.css"
],
"matches": [
"https:\/\/www.google.com\/travel\/flights\/*"
]
}
]
}