Owly memo pad

Owly memo pad

This is a basic but useful memo pad

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Owly memo pad",
  "description": "This is a basic but useful memo pad",
  "version": "0.1.0",
  "manifest_version": 2,
  "icons": {
    "16": "./images/icons/buho16.png",
    "32": "./images/icons/buho32.png",
    "64": "./images/icons/buho64.png",
    "128": "./images/icons/buho128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": []
}