Chapter 13 Payment Calculator

Chapter 13 Payment Calculator

Find out how low your chapter 13 payment could be.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chapter 13 Payment Calculator",
  "version": "1.0.0",
  "description": "Find out how low your chapter 13 payment could be.",
  "icons": {
    "19": "images/icon19.png",
    "38": "images/icon38.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_title": "Chapter 13 Payment Calculator"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "manifest_version": 2
}