Mobile Experience Simulator

Mobile Experience Simulator

Simulate the mobile experience with ease. Test your website on different devices for a polished user interface.

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": "{3fd29dcf-c0c9-476f-b643-8bc65db3644c}"
    }
  }
}