kuriputo: Crypto Trade Calculator

kuriputo: Crypto Trade Calculator

A set of tools to help you make the best trades. This project is in beta so updates are coming soon!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "kuriputo: Crypto Trade Calculator",
  "version": "0.3",
  "description": "A set of tools to help you make the best trades. This project is in beta so updates are coming soon!",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "alarms",
    "storage",
    "notifications"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/fonts/*",
        "src/img/*",
        "src/js/*"
      ],
      "matches": [],
      "use_dynamic_url": true
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "src/img/16.png",
      "32": "src/img/32.png",
      "48": "src/img/48.png",
      "128": "src/img/128.png"
    }
  },
  "icons": {
    "16": "src/img/16.png",
    "32": "src/img/32.png",
    "48": "src/img/48.png",
    "128": "src/img/128.png"
  }
}