1
0
Fork 0
mirror of https://codeberg.org/kwiat/meowad.git synced 2025-04-20 02:24:09 +02:00

feat: some changes before release

This commit is contained in:
Mikołaj KwiatekMiki 2024-12-01 10:28:22 +01:00
parent df7357c766
commit 3b4fcfa6d9
No known key found for this signature in database
GPG key ID: FA929409FF1ED9AD
3 changed files with 9 additions and 3 deletions

4
.gitignore vendored
View file

@ -1,4 +1,6 @@
.idea .idea
.code .code
desktop.ini desktop.ini
*.zip

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View file

@ -2,8 +2,11 @@
"manifest_version": 3, "manifest_version": 3,
"name": "meowad", "name": "meowad",
"description": ":3", "description": ":3",
"version": "3.1.0", "version": "3.0.0",
"permissions": [], "permissions": [],
"icons": {
"128": "icon.png"
},
"content_scripts": [ "content_scripts": [
{ {
"js": ["main.js"], "js": ["main.js"],
@ -13,8 +16,9 @@
} }
], ],
"browser_specific_settings": { "browser_specific_settings": {
"ignore this error, this is required for the extension": "to be published on the firefox add-on store",
"gecko": { "gecko": {
"id": "meowad@iwontreadyouremails.kwiatekmiki.com" "id": "meowad@iwontreadyouremails.kwiatekmiki.pl"
} }
} }
} }