Is it a Video, is it a Doc? No! It's Docutalk

Is it a Video, is it a Doc? No! It's Docutalk

A New Visual Media, 5X Faster, 30X Crisper than Video, to Present, Read & Discuss Documents without Meetings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Is it a Video, is it a Doc? No! It's Docutalk",
  "version": "0.0.1.8",
  "description": "A New Visual Media, 5X Faster, 30X Crisper than Video, to Present, Read & Discuss Documents without Meetings.",
  "background": {
    "scripts": [
      "js/assets/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.graphcall.com/*"
      ],
      "all_frames": true,
      "js": [
        "js/assets/content.js"
      ]
    }
  ],
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "64": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.graphcall.com/*"
    ]
  },
  "web_accessible_resources": [
    "js/assets/angular_inject.js"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google.com  https://www.gstatic.com; object-src 'self'",
  "permissions": [
    "declarativeContent",
    "tabs",
    "<all_urls>"
  ],
  "manifest_version": 2
}