Currency Exchange Rate Ticker

Currency Exchange Rate Ticker

Track your favorite currency exchange rate. Data is based on Google Finance.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Currency Exchange Rate Ticker",
  "description": "Track your favorite currency exchange rate. Data is based on Google Finance.",
  "version": "2.0",
  "manifest_version": 3,
  "permissions": [
    "notifications",
    "storage",
    "alarms"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "/assets/icons/48.png",
      "128": "/assets/icons/128.png"
    }
  },
  "icons": {
    "48": "/assets/icons/48.png",
    "128": "/assets/icons/128.png"
  }
}