Skip to content

Commit

Permalink
Update: version
Browse files Browse the repository at this point in the history
  • Loading branch information
kairi003 committed Apr 4, 2023
1 parent 8986087 commit c3bd422
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Get cookies.txt LOCALLY",
"description": "Get cookies.txt, NEVER send information outside with open-source",
"version": "0.4.0",
"version": "0.4.1",
"manifest_version": 3,
"permissions": [
"activeTab",
Expand All @@ -25,8 +25,9 @@
"48": "/images/icon48.png",
"128": "/images/icon128.png"
},
"incognito": "split",
"background": {
"service_worker": "background.js"
"browser_specific_settings": {
"gecko": {
"id": "{ac87cfd8-47b1-4401-b32e-f033af5ed96b}"
}
}
}

0 comments on commit c3bd422

Please sign in to comment.