Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukesaitoh committed May 19, 2024
1 parent 4c494a1 commit 5018fd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
14 changes: 4 additions & 10 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "1.5.2",
"version": "1.5.3",
"manifest_version": 3,
"default_locale": "en",
"icons": {
Expand All @@ -29,16 +29,10 @@
"https://twitter.com/*",
"https://mobile.twitter.com/*"
],
"js": [
"scripts/contentscript.js"
],
"css": [
"styles/contentscript.css"
],
"js": ["scripts/contentscript.js"],
"css": ["styles/contentscript.css"],
"run_at": "document_end"
}
],
"permissions": [
"storage"
]
"permissions": ["storage"]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "calm-twitter",
"private": true,
"version": "1.5.1",
"version": "1.5.3",
"description": "This extension hides trending information from twitter timelines to make your mind calm.",
"scripts": {
"start": "npm run dev:chrome",
Expand Down

0 comments on commit 5018fd6

Please sign in to comment.