Smart Travel Planner Firefox

Examine source code of Smart Travel Planner

Inspect and view changes in Smart Travel Planner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Travel Planner",
  "version": "1.3",
  "description": "Advanced trip planner with itineraries, reminders, and travel checklists. All data stored locally.",
  "permissions": [
    "storage",
    "alarms"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Smart Travel Planner"
  },
  "background": {
    "scripts": [
      "background.js",
      "reminder.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Smart-Travel-Planner",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Smart Travel Planner Alternatives

Here are some Firefox add-ons that are similar to Smart Travel Planner: