Forestpin Benford's Analysis

Forestpin Benford's Analysis

Run Benford's Law Analysis - for statisticians, 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 Benford's Analysis",
  "description": "Run Benford's Law Analysis - for statisticians, auditors, investigators, accountants",
  "version": "1.2.1.0",
  "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"
    ]
  }
}