Smart Connection Beta Version

Smart Connection Beta Version

Screen Sharing By Wireless Display

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smart Connection Beta Version",
  "description": "Screen Sharing By Wireless Display",
  "version": "0.1.9",
  "manifest_version": 2,
  "icons": {
    "48": "beta_48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "proxy",
    "tabs",
    "desktopCapture",
    "storage"
  ],
  "browser_action": {
    "default_icon": "beta.png",
    "default_popup": "popup.html"
  },
  "options_page": "setting.html"
}