Dollar Loan Center Interest Calculator

Dollar Loan Center Interest Calculator

Calculate the interest earned per day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dollar Loan Center Interest Calculator",
  "short_name": "Simple Interest Calculator",
  "description": "Calculate the interest earned per day",
  "version": "1.7",
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "script.js",
      "ga.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "script.js",
    "ga.js"
  ],
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "index.html",
    "default_title": "Dollar Loan Center: Simple Interest Calculator"
  },
  "manifest_version": 2
}