Resin Tracker

Resin Tracker

A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Resin Tracker",
  "version": "1.0.0",
  "description": "A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "notifications",
    "alarms",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  }
}