Platina Document Opener

Platina Document Opener

Works only with Platina by Formpipe product. Enables opening documents for editing directly from the Platina document server.

Additional files are visible only to premium users

manifest.json


{
  "name": "Platina Document Opener",
  "version": "1.0",
  "description": "Works only with Platina by Formpipe product. Enables opening documents for editing directly from the Platina document server.",
  "homepage_url": "https://www.formpipe.com/",
  "author": "Formpipe Software AB",
  "background": {
    "service_worker": "eventPage.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "manifest_version": 3,
  "permissions": [
    "nativeMessaging",
    "storage",
    "cookies",
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}