Papier

Papier

Open a new tab and trap your best thoughts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Papier",
  "description": "Open a new tab and trap your best thoughts.",
  "version": "2.0.3",
  "author": "Dim Dim",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "38": "images/icon48.png"
    },
    "default_title": "Open Papier"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}