QuickNote

QuickNote

Create quick, anonymous notes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "QuickNote",
  "short_name": "QuickNote",
  "version": "1.0.6",
  "description": "Create quick, anonymous notes",
  "author": "https://manuel.friger.io",
  "homepage_url": "https://quicknote.io",
  "omnibox": {
    "keyword": "quick"
  },
  "icons": {
    "32": "32.png",
    "96": "96.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "16.png",
      "32": "32.png"
    },
    "default_popup": "popup.html",
    "default_title": "QuickNote"
  }
}