BulletinBoard HomePage

BulletinBoard HomePage

A bulletin board with a small todo list and image to be used as a homepage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "BulletinBoard HomePage",
  "version": "1.0",
  "manifest_version": 2,
  "description": "A bulletin board with a small todo list and image to be used as a homepage.",
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png"
  }
}