Remote Preview

Remote Preview

Remote Preview allows to preview any URL on large number of mobile devices simultaneously

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Remote Preview",
  "description": "Remote Preview allows to preview any URL on large number of mobile devices simultaneously",
  "version": "0.1.3",
  "manifest_version": 2,
  "icons": {
    "16": "icon-enabled.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*"
  ],
  "browser_action": {
    "name": "Click to activate"
  },
  "options_page": "options.html"
}