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:
parent
df7357c766
commit
3b4fcfa6d9
3 changed files with 9 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,3 +2,5 @@
|
|||
.code
|
||||
|
||||
desktop.ini
|
||||
|
||||
*.zip
|
BIN
icon.png
Normal file
BIN
icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
|
@ -2,8 +2,11 @@
|
|||
"manifest_version": 3,
|
||||
"name": "meowad",
|
||||
"description": ":3",
|
||||
"version": "3.1.0",
|
||||
"version": "3.0.0",
|
||||
"permissions": [],
|
||||
"icons": {
|
||||
"128": "icon.png"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"js": ["main.js"],
|
||||
|
@ -13,8 +16,9 @@
|
|||
}
|
||||
],
|
||||
"browser_specific_settings": {
|
||||
"ignore this error, this is required for the extension": "to be published on the firefox add-on store",
|
||||
"gecko": {
|
||||
"id": "meowad@iwontreadyouremails.kwiatekmiki.com"
|
||||
"id": "meowad@iwontreadyouremails.kwiatekmiki.pl"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue