ThoughtPad - Autosaving Online Notepad

ThoughtPad - Autosaving Online Notepad

ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ThoughtPad - Autosaving Online Notepad",
  "short_name": "ThoughtPad",
  "description": "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.",
  "version": "1.0.2",
  "manifest_version": 2,
  "author": "Sandeep Tripathy",
  "icons": {
    "128": "icon.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "thoughtpad.html"
  }
}