Tetherly

Tetherly

Tetherly - Instant Webpage and Document Sharing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tetherly",
  "description": "Tetherly - Instant Webpage and Document Sharing.",
  "version": "1.3.9",
  "permissions": [
    "tabs",
    "notifications",
    "background",
    "debugger",
    "https://tetherly.com/",
    "http://*/",
    "https://*/*"
  ],
  "homepage_url": "https://www.tetherly.com/",
  "options_page": "./html/options.html",
  "icons": {
    "16": "./img/icon16.png",
    "48": "./img/icon48.png",
    "128": "./img/icon128.png"
  },
  "browser_action": {
    "default_icon": "./img/icon16.png",
    "default_popup": "./html/login.html"
  },
  "web_accessible_resources": [
    "./img/icon48.png"
  ],
  "background": {
    "page": "./html/background.html",
    "persistent": true
  }
}