it's v3 duuurrr

This commit is contained in:
天クマ 2026-04-25 17:26:50 -03:00
commit d185ca62d4
3 changed files with 36 additions and 37 deletions

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2024 adrianvictor Copyright (c) 2024 Adrian Victor
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View file

@ -14,7 +14,7 @@
<button id="whitelistSave">save</button> <button id="whitelistSave">save</button>
<button id="toggle">enabled</button> <button id="toggle">enabled</button>
<footer> <footer>
<p><span id="version">v2</span> Adrian Victor <a href="https://github.com/adrianvic/mango">(source-code)</a></p> <p><span id="version">v3</span> Adrian Victor <a href="https://github.com/adrianvic/mango">(source-code)</a></p>
</footer> </footer>
</body> </body>
</html> </html>

View file

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Mango", "name": "Mango",
"version": "1.0", "version": "3.0",
"description": "Obliterates rounded corners.", "description": "Obliterates rounded corners.",
"icons": { "icons": {
@ -15,7 +15,7 @@
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "adrianvictor.mango@disroot.org" "id": "adrianvictor+mango@disroot.org"
} }
}, },
@ -37,4 +37,3 @@
} }
] ]
} }