feat: simple extension setup

This commit is contained in:
2026-05-31 21:37:04 +02:00
parent d6f170ac2f
commit 98f0fd10b0
12 changed files with 522 additions and 0 deletions

5
src/types.ts Normal file
View File

@@ -0,0 +1,5 @@
export type State = {
enabled: boolean;
};
export const STORAGE_KEY = "wov_assassins_convention_tweaks_state";