Note

Note

Replace your new with a minimal note taking tool.

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",
  "description": "Replace your new with a minimal note taking tool.",
  "version": "0.1.1",
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "16": "./icons/icon-16.png",
      "32": "./icons/icon-32.png"
    }
  },
  "icons": {
    "16": "./icons/icon-16.png",
    "32": "./icons/icon-32.png",
    "48": "./icons/icon-48.png",
    "96": "./icons/icon-96.png",
    "128": "./icons/icon-128.png",
    "256": "./icons/icon-256.png"
  },
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "author": "Ronalds Vilciņš <[email protected]> (ronaldsvilcins.com)"
}