it's v3 duuurrr
This commit is contained in:
parent
9dc35139d6
commit
d185ca62d4
3 changed files with 36 additions and 37 deletions
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
|||
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:
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<button id="whitelistSave">save</button>
|
||||
<button id="toggle">enabled</button>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,40 +1,39 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Mango",
|
||||
"version": "1.0",
|
||||
"description": "Obliterates rounded corners.",
|
||||
"manifest_version": 2,
|
||||
"name": "Mango",
|
||||
"version": "3.0",
|
||||
"description": "Obliterates rounded corners.",
|
||||
|
||||
"icons": {
|
||||
"48": "img/mango-48.jpg",
|
||||
"96": "img/mango-96.jpg"
|
||||
},
|
||||
"icons": {
|
||||
"48": "img/mango-48.jpg",
|
||||
"96": "img/mango-96.jpg"
|
||||
},
|
||||
|
||||
"default_icon": {
|
||||
"96": "img/mango-96.jpg"
|
||||
},
|
||||
"default_icon": {
|
||||
"96": "img/mango-96.jpg"
|
||||
},
|
||||
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "adrianvictor.mango@disroot.org"
|
||||
}
|
||||
},
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "adrianvictor+mango@disroot.org"
|
||||
}
|
||||
},
|
||||
|
||||
"browser_action": {
|
||||
"default_icon": "img/mango-96.jpg",
|
||||
"default_title": "Mango",
|
||||
"default_popup": "mango.html"
|
||||
},
|
||||
"browser_action": {
|
||||
"default_icon": "img/mango-96.jpg",
|
||||
"default_title": "Mango",
|
||||
"default_popup": "mango.html"
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"permissions": [
|
||||
"storage",
|
||||
"activeTab"
|
||||
],
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"js": ["mango.js"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"js": ["mango.js"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue