Forestpin Lite

Forestpin Lite

Detect Fraud, Find Outliers - Forensic tests for auditors, investigators, accountants

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Forestpin Lite",
  "description": "Detect Fraud, Find Outliers - Forensic tests for auditors, investigators, accountants",
  "version": "2.0.0.4",
  "author": "Forestpin (Pvt) Ltd",
  "manifest_version": 2,
  "icons": {
    "128": "img/icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "offline_enabled": true,
  "permissions": [
    "storage",
    "https://www.forestpin.com/"
  ],
  "sandbox": {
    "pages": [
      "index.html"
    ]
  }
}