Adobe Live on Behance

Adobe Live on Behance

Google Chrome extension for displaying when Adobe is live streaming from Behance.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "scripts/jquery-1.6.1.min.js",
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon-offline-128.png",
    "default_title": "Adobe Live on Behance"
  },
  "description": "Google Chrome extension for displaying when Adobe is live streaming from Behance.",
  "homepage_url": "http://mikechambers.com/blog/2018/04/02/adobe-live-on-behance-chrome-extension/",
  "icons": {
    "16": "images/logo-16.png",
    "32": "images/logo-32.png",
    "48": "images/logo-48.png",
    "64": "images/logo-64.png",
    "128": "images/logo-128.png"
  },
  "manifest_version": 2,
  "name": "Adobe Live on Behance",
  "options_page": "options.html",
  "permissions": [
    "https://cc-api-behance.adobe.io/",
    "notifications",
    "contextMenus"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.88",
  "web_accessible_resources": [
    "images/icon.png"
  ]
}