mytrips-discount-assistant Firefox

Examine source code of mytrips-discount-assistant

By: Andy Add-on
Inspect and view changes in mytrips-discount-assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MyTrips - Itinerary & Travel Assistant",
  "version": "1.0.0",
  "description": "Organize your trips, flights, and hotels, track budgets, and auto-apply discount codes.",
  "browser_specific_settings": {
    "gecko": {
      "id": "mytrips-extension@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "MyTrips Assistant",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.booking.com/*",
        "https://*.trip.com/*",
        "https://*.cheapoair.com/*",
        "https://*.airbnb.com/*",
        "https://*.agoda.com/*",
        "https://*.vrbo.com/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best mytrips-discount-assistant Alternatives

Here are some Firefox add-ons that are similar to mytrips-discount-assistant: