Memento

Memento

A simple but smart notepad; A place to go to get out your thoughts quickly and save them for later.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Memento Notepad",
  "name": "Memento",
  "description": "A simple but smart notepad; A place to go to get out your thoughts quickly and save them for later.",
  "icons": {
    "16": "favicon.png",
    "32": "Memento_Icon48x48px.png",
    "48": "Memento_Icon48x48px.png",
    "64": "Memento_Icon48x48px.png",
    "128": "memento_m_logo_128px.jpg"
  },
  "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
  "permissions": [
    "https://sentry.io/*"
  ],
  "manifest_version": 2,
  "version": "3.19.0",
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}