Responsive Website Tester for Google Chrome™!

Responsive Website Tester for Google Chrome™!

Allows you to test your web site, or design in popular device resolutions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Responsive Website Tester for Google Chrome™!",
  "description": "Allows you to test your web site, or design in popular device resolutions",
  "version": "0.1.2",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "webview"
  ],
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  }
}