MangoSigns Chrome Player

MangoSigns Chrome Player

Turn any TV into a digital display and showcase your social media feeds, weather, real time news and more. Deliver your message.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.2",
  "name": "MangoSigns Chrome Player",
  "description": "Turn any TV into a digital display and showcase your social media feeds, weather, real time news and more. Deliver your message.",
  "author": {
    "name": "Jonathan Kind",
    "email": "[email protected]"
  },
  "offline_enabled": true,
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "browser_action": {
    "default_icon": "img/icon_16.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "http://*/",
    "https://*/",
    "tabs",
    "storage",
    "contextMenus"
  ]
}