Giro

Giro

Giro allows lending companies and financial technology products to provide banking services to their customers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Giro",
  "short_name": "Giro",
  "description": "Giro allows lending companies and financial technology products to provide banking services to their customers",
  "version": "0.1.8",
  "author": "Olanipekun Ifeoluwa",
  "background": {
    "scripts": [
      "app/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Send Money"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.loandisk.com/loans/*"
      ],
      "js": [
        "jq3.4.1.min.js",
        "app/script.js"
      ]
    }
  ],
  "icons": {
    "16": "[email protected]",
    "24": "[email protected]",
    "32": "[email protected]",
    "48": "[email protected]",
    "64": "[email protected]",
    "128": "[email protected]",
    "192": "[email protected]",
    "512": "[email protected]"
  },
  "permissions": [
    "tabs",
    "storage",
    "declarativeContent",
    "webRequest",
    "*://*.loandisk.com/loans/*"
  ]
}