Harmony Dashboard

Harmony Dashboard

A fast and cognitive way to manage your tabs, work and entertainment

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Harmony Dashboard",
  "description": "A fast and cognitive way to manage your tabs, work and entertainment",
  "version": "0.4",
  "manifest_version": 2,
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "storage",
    "http://site.webizz.biz/"
  ],
  "icons": {
    "16": "webuilder-16.png",
    "32": "webuilder-32.png",
    "128": "webuilder-128.png"
  },
  "browser_action": {
    "default_icon": "webuilder-128.png",
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "dashboard.html"
  }
}