Homepay - automatyzacja płatności

Homepay - automatyzacja płatności

Automatyzacja płatności Homepay.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Homepay - automatyzacja płatności",
  "short_name": "Homepay",
  "description": "Automatyzacja płatności Homepay.",
  "version": "1.21",
  "author": "Homepay",
  "homepage_url": "http://homepay.pl",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/getdata.js",
        "js/setdata.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "icons/icon19.png"
  ]
}