LK Bank USD Rates

LK Bank USD Rates

This extension reads dollar rates from LK Bank websites and shows all in one place. **** Developed by Chethiya Kusal

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Chethiya Kusal",
  "action": {
    "default_popup": "popup-update.html",
    "default_title": "LK Banks USD Rate"
  },
  "background": {
    "service_worker": "./js/background.js"
  },
  "description": "This extension reads dollar rates from LK Bank websites and shows all in one place. **** Developed by Chethiya Kusal",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn9qUnukD/y83ikQFP1v0cLoekmYrw72PV2edy/TCEAMYVzlQB8zI1FOj0WThXc30OMiw6DPlNF8ZEVQTp2VacdG16OmD4LazfZc6hRESJYeYkb0hE3/Cm/DK0sV1RVyKA+VCa0shPsbEGYRn9ziJMlfbgEYOjRxuLkKIruapS7cbR0IjQWMumhbufJFxZG/gLzz8pYqanh9zJlF130H+tLbwN5JN7xq3MMea5lRpx3Bdh8ZlAL843GbVbtJFdhZdT6vgRYJzZbAsebTIlfMmtA0ds1M/lVcZSxcjmMu1WPVB7RzzlK82DrMmSXebO0usa+JiI7wQUqPgshzhTYVYRQIDAQAB",
  "manifest_version": 3,
  "name": "LK Bank USD Rates",
  "host_permissions": [
    "*://*.chethiya-kusal.me/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.3.1",
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ]
}