Mobile phone emulator - test websites Firefox

Examine source code of Mobile phone emulator - test websites

By: Hizone
Inspect and view changes in Mobile phone emulator - test websites source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mobile phone emulator - test websites",
  "description": "Responsive mobile emulator to test web layouts and designs.",
  "version": "1.0.8",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "mobile-phone-emulator@hizone.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "activeTab",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "scripting",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "web_accessible_resources": [
    "*",
    "content-scripts/content.css"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_action": {}
}

Best Mobile phone emulator - test websites Alternatives

Here are some Firefox add-ons that are similar to Mobile phone emulator - test websites: