chore: ignore .amo-upload-uuid and commit manifest version sync
This commit is contained in:
parent
2083780420
commit
374b777514
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -5,3 +5,6 @@ node_modules/
|
||||||
# Ignore all release artifacts except updates.json (tracked)
|
# Ignore all release artifacts except updates.json (tracked)
|
||||||
releases/*
|
releases/*
|
||||||
!releases/updates.json
|
!releases/updates.json
|
||||||
|
|
||||||
|
# Web-ext/AMO signing upload cache (not needed in repo)
|
||||||
|
.amo-upload-uuid
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Archive.org Link Grabber",
|
"name": "Archive.org Link Grabber",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Filter and export archive.org /download links; copy or send to aria2 RPC.",
|
"description": "Filter and export archive.org /download links; copy or send to aria2 RPC.",
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue