shoopit - pay less for travel

shoopit - pay less for travel

Choose your destination, shoopit will get you a better price - seriously!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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": [
        "*://*/*"
      ]
    }
  ]
}