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",
"action": {
"default_title": "shoopit"
},
"background": {
"service_worker": "js\/bg.bundle.js"
},
"description": "Choose your destination, shoopit will get you a better price - seriously!",
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "js\/img\/icon_16.png",
"48": "js\/img\/icon_48.png",
"128": "js\/img\/icon_128.png"
},
"manifest_version": 3,
"name": "shoopit - pay less for travel",
"permissions": [
"storage",
"tabs",
"scripting",
"cookies"
],
"version": "1.207.721",
"web_accessible_resources": [
{
"resources": [
"\/js\/popup.html"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}