vivameetin.com remote desktop

vivameetin.com remote desktop

vivameetin.com remote desktop

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "vivameetin.com remote desktop",
  "description": "vivameetin.com remote desktop",
  "version": "1.0.0",
  "default_locale": "ja",
  "minimum_chrome_version": "34",
  "icons": {
    "16": "vivameetin_icon16.png",
    "48": "vivameetin_icon48.png",
    "128": "vivameetin_icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "nativeMessaging"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.teleworknet.com/*",
      "https://*.vivameetin.com/*",
      "https://*.mendan.net/*"
    ]
  }
}