Responsive Design Mode Lite Firefox

Examine source code of Responsive Design Mode Lite

Inspect and view changes in Responsive Design Mode Lite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Responsive Design Mode Lite",
  "version": "1.0.0",
  "description": "Preview websites in different device screen sizes.",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Responsive Mode",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "responsive-design-mode-lite-r7392@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Responsive Design Mode Lite Alternatives

Here are some Firefox add-ons that are similar to Responsive Design Mode Lite: