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
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
||||||
.idea
|
.idea
|
||||||
.code
|
.code
|
||||||
|
|
||||||
desktop.ini
|
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,
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue