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": "Trip Deals Enhancer",
"version": "1.0.0",
"description": "View the latest Trip.com travel deals directly in your browser popup.",
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*.trip.com\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"icons": {
"128": "icon.png"
},
"action": {
"default_title": "Trip Deals Enhancer",
"default_popup": "popup.html"
}
}