Sicse Narrow Casting

Sicse Narrow Casting

Turn the Chrome browser into a narrow casting environment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sicse Narrow Casting",
  "short_name": "Sicse NC",
  "description": "Turn the Chrome browser into a narrow casting environment.",
  "version": "0.0.3",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "author": "dr. Niels Sluijs - Sicse",
  "permissions": [
    "alarms",
    "power",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "Sicse Narrow Casting",
    "default_popup": "popup/popup.html"
  }
}