diff --git a/extension/code/manifest.json b/extension/code/manifest.json index e25b3b0..4e0c9af 100644 --- a/extension/code/manifest.json +++ b/extension/code/manifest.json @@ -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" }, @@ -27,4 +29,4 @@ "id": "{07b46526-6164-427c-a135-542654e1da00}" } } -} +} \ No newline at end of file