Examine source code of Current Power Price

Inspect and view changes in Current Power Price source codes across current and past versions
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": "Current Power Price",
  "version": "1.0",
  "description": "Displays the current power price for Amber",
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "worker.js"
  },
  "host_permissions": [
    "https://api.amber.com.au/*"
  ],
  "action": {
    "default_popup": "popup.html"
  }
}