GoldFynch - Free PST Viewer

GoldFynch - Free PST Viewer

Get deeper understanding of contents of your PST files. Use the extension to upload a PST file and analyze it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GoldFynch - Free PST Viewer",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "Get deeper understanding of contents of your PST files. Use the extension to upload a PST file and analyze it.",
  "action": {},
  "icons": {
    "16": "imgs/icons/icon16.png",
    "32": "imgs/icons/icon32.png",
    "48": "imgs/icons/icon48.png",
    "128": "imgs/icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.goldfynch.com/*",
        "https://*.ediscoverycollect.com/*"
      ],
      "js": [
        "dist/content.bundle.js"
      ]
    }
  ],
  "background": {
    "service_worker": "main-service-worker.js"
  },
  "permissions": [],
  "host_permissions": [
    "https://*.goldfynch.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "html/goldenflynch.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}