ROI Calculator

ROI Calculator

Calculate how much money your online marketing campaign is making, in seconds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ROI Calculator",
  "description": "Calculate how much money your online marketing campaign is making, in seconds.",
  "version": "2.0",
  "manifest_version": 2,
  "icons": {
    "128": "ROI_128.png"
  },
  "app": {
    "urls": [
      "http://www.lxrmarketplace.com/return-on-investment-calculator-tool.html"
    ],
    "launch": {
      "web_url": "http://www.lxrmarketplace.com/return-on-investment-calculator-tool.html"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}