Hero Panel

Hero Panel

A Productivity Dashboard for Super Humans

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hero Panel",
  "version": "0.4",
  "manifest_version": 2,
  "description": "A Productivity Dashboard for Super Humans",
  "homepage_url": "http://heropanel.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Hero Panel"
  }
}