Responsive Viewer

Responsive Viewer

Show multiple screens once, Responsive design tester

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Responsive Viewer",
  "author": "Solaiman Kmail",
  "version": "1.0.21",
  "description": "Show multiple screens once, Responsive design tester",
  "icons": {
    "128": "logo.png"
  },
  "browser_action": {
    "default_icon": "logo.png"
  },
  "background": {
    "scripts": [
      "static/js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "webRequest",
    "webNavigation",
    "webRequestBlocking"
  ]
}