Fintech widget

Fintech widget

Fintech widget by Appliefy.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Fintech widget",
  "version": "0.1",
  "description": "Fintech widget by Appliefy.com",
  "icons": {
    "128": "favicon.png"
  },
  "permissions": [
    "https://*/*",
    "http://*/*",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "browser_action": {
    "default_title": "Fintech widget",
    "default_popup": "popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self' ",
    "sandbox": "sandbox allow-scripts; default-src 'self' 'https://api.coindesk.com' 'https://api.cryptonator.com' 'https://api.weatherapi.com' 'https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.3.2/'; object-src 'self' ",
    "pages": [
      "popup.html"
    ]
  }
}