Dual Webpage Viewer

Dual Webpage Viewer

This extension allows you to view two webpages at the same time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dual Webpage Viewer",
  "description": "This extension allows you to view two webpages at the same time",
  "version": "1.2",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}