SlotPe Dashboard Firefox

Examine source code of SlotPe Dashboard

Inspect and view changes in SlotPe Dashboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SlotPe Dashboard",
  "version": "1.0.0",
  "description": "Quick access to your SlotPe business dashboard. View bookings, manage appointments, and get real-time notifications.",
  "browser_specific_settings": {
    "gecko": {
      "id": "slotpe-dashboard@slotpe.in",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "alarms",
    "https://slotpe.in/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "public/icon16.png",
      "48": "public/icon48.png",
      "128": "public/icon128.png"
    },
    "default_title": "SlotPe Dashboard",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "public/icon16.png",
    "48": "public/icon48.png",
    "128": "public/icon128.png"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://slotpe.in/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "inject/fab.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "public/*",
    "inject/*"
  ]
}

Best SlotPe Dashboard Alternatives

Here are some Firefox add-ons that are similar to SlotPe Dashboard: