Paper: New tab notebook

Paper: New tab notebook

Clean, simple interface to write notes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Paper: New tab notebook",
  "version": "2.2",
  "description": "Clean, simple interface to write notes",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "note.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}