Dryrun

Dryrun

The simple way to picture revenue, profit and cash flow scenarios.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dryrun",
  "description": "The simple way to picture revenue, profit and cash flow scenarios.",
  "version": "0.0.0.2",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://app.dryrun.com/#",
      "https://app.dryrun.com/testPlanDetail.aspx",
      "https://app.dryrun.com/PlanDetails.aspx",
      "https://app.dryrun.com/AccountDetail.aspx"
    ],
    "launch": {
      "web_url": "https://app.dryrun.com/#"
    }
  }
}