Ambrosia Utilities
==================

Simple browser tools for trading, inventory tracking, and progress
tracking in Azure Mines.

Usage
-----

This is a static site (HTML/CSS/JS), but it must be served over HTTP
(not opened directly as a file://) because the sidebar/topbar and some
data are loaded via fetch. From the project folder, run a local server,
for example:

    python3 -m http.server 8000

Then open http://localhost:8000 in your browser.

Any static file server (e.g. `npx serve`, VS Code's Live Server) works
the same way.

License
-------

Copyright (C) 2026 Yzapre

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version. See LICENSE.txt for
the full text.

This program is distributed WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU Affero General Public License for more details.

Asset licensing (not covered by the AGPL above):

  - Ore emblem, badge, and pickaxe images: owned by Berezaa Games Live,
    NON-FREE (used under fair use / for identification purposes only).
  - Gear images: owned by Roblox, NON-FREE.
  - Site logo (assets/AmbrosiaUtilities.avif): Creative Commons
    Attribution-ShareAlike 4.0 International.
