Mobile Viewer

Mobile Viewer

View websites through the lens of different mobile devices with this utility, allowing users to test and assess website layouts and responsiveness.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "browser_style": true,
    "default_title": "Mobile View Tester",
    "default_popup": "window.html",
    "default_icon": {
      "64": "icons/logo_64.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "description": "Test the look of a website on different mobile devices",
  "homepage_url": "https://github.com/nabendu82/Addons",
  "manifest_version": 2,
  "name": "Mobile View Tester",
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5eb2be63-da62-409d-9b6c-5008cdd617e7}"
    }
  }
}