DuoWeb

DuoWeb

Fast send/share links/pictures/quotes with a single click. The receiver also opens it with a single click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DuoWeb",
  "short_name": "DuoWeb",
  "description": "Fast send/share links/pictures/quotes with a single click. The receiver also opens it with a single click!",
  "version": "2.1.3",
  "author": "ProWebJect - Michal Gora",
  "icons": {
    "19": "img/icon_19.png",
    "38": "img/icon_38.png",
    "128": "img/icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon_19.png",
      "38": "img/icon_38.png",
      "128": "img/icon_128.png"
    },
    "default_title": "Share!"
  },
  "options_page": "/html/options.html",
  "permissions": [
    "notifications",
    "storage",
    "contextMenus",
    "tabs",
    "identity",
    "http://smg.cba.pl/BROWSER_PARTY/*"
  ],
  "web_accessible_resources": [],
  "background": {
    "page": "/background/background.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}