Skip to content

Commit de771e4

Browse files
committed
mg updated manifest to v4, with Reactime v21 and new logos
1 parent c1e6882 commit de771e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/extension/build/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "Reactime",
3-
"version": "20.0.0",
3+
"version": "21.0.0",
44
"devtools_page": "devtools.html",
55
"description": "A Chrome extension that helps debug React applications by memorizing the state of components with every render.",
6-
"manifest_version": 3,
6+
"manifest_version": 4,
77
"background": {
88
"service_worker": "bundles/background.bundle.js"
99
},
1010
"icons": {
11-
"48": "assets/icon48.png",
12-
"128": "assets/icon128.png"
11+
"48": "assets/logos/chromeExtensionIcons/whiteBlackSquareIcon48.png",
12+
"128": "assets/logos/chromeExtensionIcons/whiteBlackSquareIcon128.png"
1313
},
1414
"content_scripts": [
1515
{

0 commit comments

Comments
 (0)