adds .local/share/millennium and easyeffects

This commit is contained in:
2026-08-06 18:27:07 +02:00
parent c52d483074
commit 778c0155bd
2581 changed files with 339035 additions and 0 deletions
@@ -0,0 +1,9 @@
interface Window {
[propName: string]: any;
}
declare namespace browser {
namespace runtime {
const OnInstalledReason: typeof chrome.runtime.OnInstalledReason;
}
}