SBCEO Portal Launcher

SBCEO Portal Launcher

Easily launch your favorite SBCEO Portal resources.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SBCEO Portal Launcher",
  "short_name": "Portal",
  "options_page": "options.html",
  "version": "0.0.3",
  "description": "Easily launch your favorite SBCEO Portal resources.",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "icon16.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}