Sticky Notes Tab

Sticky Notes Tab

Simple sticky notes board - tab extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sticky Notes Tab",
  "short_name": "Stick Notes Tab",
  "version": "2.0.5",
  "description": "Simple sticky notes board - tab extension",
  "author": "mustafa",
  "homepage_url": "https://github.com/mustafawm/stickynotes",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons/16icon.png",
    "32": "icons/32icon.png",
    "48": "icons/48icon.png",
    "128": "icons/128icon.png"
  }
}