Directo - Travel Deals - Save on Fees

Directo - Travel Deals - Save on Fees

Get (easy) direct access to the best deals on hotels and vacation rentals, while browsing your go-to sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "2.22.0",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';",
    "isolated_world": "script-src 'self'; object-src 'self';"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_title": "Directo"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "storage",
    "identity",
    "identity.email",
    "activeTab",
    "scripting",
    "alarms"
  ],
  "content_scripts": [
    {
      "js": [
        "js/content.js",
        "js/vendor.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}