ActivCast Sender

ActivCast Sender

Mirror your device to any computer screen any time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 2,
  "minimum_chrome_version": "28",
  "version": "0.0.4.2",
  "offline_enabled": true,
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "image/icon_19.png",
    "default_popup": "popup.html",
    "default_title": "ActivCast Sender"
  },
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "icons": {
    "16": "image/icon_16.png",
    "128": "image/icon_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "power",
    "nativeMessaging",
    "desktopCapture",
    "tabCapture",
    "activeTab"
  ]
}