Browser extension for SecureBit Chat — a P2P messenger with military-grade cryptography.

This commit is contained in:
SecureBitChat
2025-10-10 00:06:58 -04:00
commit 6eedc0fa55
69 changed files with 31889 additions and 0 deletions

1
tailwind.config.json Normal file
View File

@@ -0,0 +1 @@
{"content":["./index.html","./dist/app.js","./src/**/*.js","./src/**/*.jsx"],"safelist":[{"pattern":"^(bg|text|border|ring|from|to|via)-(red|green|blue|yellow|orange|purple|emerald|cyan|gray|white|black)(-|$)"},{"pattern":"^(bg|text|border|ring)-(gray|slate|zinc|neutral|stone)-(50|100|200|300|400|500|600|700|800|900)$"},{"pattern":"^(bg|text|border|ring)-(orange|blue|green|yellow|red|purple|emerald|cyan)-(100|200|300|400|500|600|700)$"},{"pattern":"^(bg|text|border|ring)-.*\/(10|20|30|40|50|60|70|80|90)$"},{"pattern":"^(w|h|min-w|min-h|max-w|max-h)-\[.*\]$"},{"pattern":"^(top|right|bottom|left)-\[.*\]$"},{"pattern":"^(translate|skew|scale|rotate)-.*$"},{"pattern":"^(opacity|shadow|rounded|flex|grid|gap|p|px|py|pt|pr|pb|pl|m|mx|my|mt|mr|mb|ml)-.*$"}],"theme":{"extend":{}},"plugins":[]}