Viewport Resizer – Responsive Testing Tool

Viewport Resizer – Responsive Testing Tool

Responsive design testing tool to test any website’s responsiveness – it only takes 2 seconds! Emulate various screen resolutions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery-2.1.0.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon-19.png",
      "38": "img/icon-38.png"
    },
    "default_title": "Viewport Resizer"
  },
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVzQxO9W9CLWCGa51P8wgoIgj6DF4eAKIvamQKJIZ604JhZRCaI7U92I00s9Ex+eS5wd+CYEsmsZi2W9Zt7JTBN1h7HD2lSmrW7GNEg7GbEOKUHi8eJ656yJA4BCYTjcXE45d++bsgVpFYp+SP7/A3XcFqCBqzHkiNGiIshqBCPwIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_shortName__",
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.9",
  "web_accessible_resources": [
    "css/resizer.min.css",
    "css/resizer-ui.woff",
    "css/resizer-ui.ttf",
    "js/jquery-2.1.0.min.js",
    "js/resizer.min.js"
  ]
}