Letterhead

Letterhead

Curate posts and pages to your Letterhead account

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Letterhead",
  "version": "0.4.0",
  "description": "Curate posts and pages to your Letterhead account",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_title": "Letterhead for Chrome"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "permissions": [
    "activeTab",
    "identity",
    "clipboardWrite",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://*.auth0.com/*",
    "https://*.api.tryletterhead.com/*"
  ]
}