Ark price in EUR by BitcoinFan

This extension displays the current Ark price in EUR on the badge. If you click it a chart will be displayed.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ark price in EUR by BitcoinFan",
  "short_name": "ARK price in EUR",
  "version": "1.0.9",
  "background": {
    "service_worker": "background.js"
  },
  "description": "This extension displays the current Ark price in EUR on the badge. If you click it a chart will be displayed.",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "action": {
    "default_title": "Click to show the chart",
    "default_popup": "popup.htm"
  },
  "homepage_url": "https://chrome.google.com/webstore/search/BitcoinFan?_category=extensions"
}