diff --git a/LICENSE b/LICENSE index 4cf91da..57c338f 100644 --- a/LICENSE +++ b/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: diff --git a/mango.html b/mango.html index 328e951..d1a0b95 100644 --- a/mango.html +++ b/mango.html @@ -14,7 +14,7 @@ diff --git a/manifest.json b/manifest.json index d216be3..a2faab4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,40 +1,39 @@ { - "manifest_version": 2, - "name": "Mango", - "version": "1.0", - "description": "Obliterates rounded corners.", - - "icons": { - "48": "img/mango-48.jpg", - "96": "img/mango-96.jpg" - }, - - "default_icon": { - "96": "img/mango-96.jpg" - }, - - "browser_specific_settings": { - "gecko": { - "id": "adrianvictor.mango@disroot.org" - } - }, - - "browser_action": { - "default_icon": "img/mango-96.jpg", - "default_title": "Mango", - "default_popup": "mango.html" - }, - - "permissions": [ + "manifest_version": 2, + "name": "Mango", + "version": "3.0", + "description": "Obliterates rounded corners.", + + "icons": { + "48": "img/mango-48.jpg", + "96": "img/mango-96.jpg" + }, + + "default_icon": { + "96": "img/mango-96.jpg" + }, + + "browser_specific_settings": { + "gecko": { + "id": "adrianvictor+mango@disroot.org" + } + }, + + "browser_action": { + "default_icon": "img/mango-96.jpg", + "default_title": "Mango", + "default_popup": "mango.html" + }, + + "permissions": [ "storage", "activeTab" ], - "content_scripts": [ - { - "matches": [""], - "js": ["mango.js"] - } - ] - } - \ No newline at end of file + "content_scripts": [ + { + "matches": [""], + "js": ["mango.js"] + } + ] +}