Mobile View: Test responsive designs fast

Mobile View: Test responsive designs fast

Test your responsive designs on multiple devices at once.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Mobile View: Test responsive designs fast",
  "short_name": "Mobile View",
  "version": "1.3.1",
  "version_name": "1.3.1",
  "minimum_chrome_version": "102",
  "description": "Test your responsive designs on multiple devices at once.",
  "author": {
    "email": "[email protected]"
  },
  "icons": {
    "16": "store/icons/icon16.png",
    "32": "store/icons/icon32.png",
    "48": "store/icons/icon48.png",
    "64": "store/icons/icon64.png",
    "96": "store/icons/icon96.png",
    "128": "store/icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "store/icons/icon16.png",
      "32": "store/icons/icon32.png",
      "48": "store/icons/icon48.png",
      "64": "store/icons/icon64.png",
      "96": "store/icons/icon96.png",
      "128": "store/icons/icon128.png"
    },
    "default_title": "Activate Mobile View for this Tab"
  },
  "permissions": [
    "declarativeNetRequest",
    "scripting",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "http://localhost/*"
  ],
  "background": {
    "service_worker": "minified/service-workers/serviceWorker.min.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "dist/extension/mobileViewWebComponent.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*",
        "http://localhost/*"
      ]
    }
  ]
}