Note Board Sticky Notes

Note Board Sticky Notes

Simple and very light weight extension,it remind your works or tasks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Note Board Sticky Notes",
  "version": "1.0",
  "description": "Simple and very light weight extension,it remind your works or tasks.",
  "permissions": [
    "storage",
    "notifications",
    "contextMenus",
    "unlimitedStorage"
  ],
  "browser_action": {
    "default_icon": "icons/16.png",
    "default_title": "Click Me Here",
    "default_popup": "/popup.html"
  },
  "background": {
    "scripts": [
      "/scripts/eventPage.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}