Scrive Go

Scrive Go

Sign your PDF files electronically by sending them to Scrive from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scrive Go",
  "description": "Sign your PDF files electronically by sending them to Scrive from your browser.",
  "version": "1.1.4",
  "author": "Scrive AB",
  "manifest_version": 3,
  "incognito": "split",
  "icons": {
    "16": "assets/icon-16x16.png",
    "48": "assets/icon-48x48.png",
    "128": "assets/icon-128x128.png"
  },
  "action": {
    "default_title": "Scrive Go",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "webRequest",
    "activeTab",
    "scripting",
    "storage",
    "unlimitedStorage",
    "identity",
    "pageCapture"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}