Skip to content

Commit

Permalink
Bump extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinoosauro committed Sep 5, 2024
1 parent 0e2d85c commit 85a8445
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions extension/code/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"manifest_version": 3,
"name": "tiktok-to-ytdlp",
"description": "Get a .txt file of all the TikTok videos from an user/audio/hashtag/liked videos/saved videos etc, so that they can be downloaded with yt-dlp.",
"version": "1.3",
"permissions": ["storage"],
"version": "1.3.1",
"permissions": [
"storage"
],
"action": {
"default_popup": "./ui/index.html"
},
Expand All @@ -27,4 +29,4 @@
"id": "{07b46526-6164-427c-a135-542654e1da00}"
}
}
}
}

0 comments on commit 85a8445

Please sign in to comment.