Skip to content

Commit

Permalink
update manifest version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny1291 committed Sep 2, 2024
1 parent a629a3c commit f9d5eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Cleaner Twitter",
"description": "Hide annoying UI elements from Twitter / X",
"version": "0.4.2",
"version": "0.4.3",
"action": {
"default_popup": "popup/popup.html",
"default_icon": {
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/fixtures.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore
import { test as base, chromium } from '@playwright/test'
import { dirname } from 'path'
import { fileURLToPath } from 'url'
Expand Down

0 comments on commit f9d5eab

Please sign in to comment.