Initial commit

This commit is contained in:
KaasKop
2025-04-06 10:59:00 +02:00
commit 569bdba727
21 changed files with 3828 additions and 0 deletions

15
manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"description": "Adds a toolbar extension from whence you can create permanent or temporari aliasses",
"manifest_version": 3,
"name": "Moossages",
"version": "0.1",
"homepage_url": "https://git.mitchelbv.nl/KaasKop/Moossages",
"permissions": [
"clipboardWrite",
"activeTab"
],
"action": {
"default_title": "Moossages",
"default_popup": "index.html"
}
}