We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e6882 commit de771e4Copy full SHA for de771e4
src/extension/build/manifest.json
@@ -1,15 +1,15 @@
1
{
2
"name": "Reactime",
3
- "version": "20.0.0",
+ "version": "21.0.0",
4
"devtools_page": "devtools.html",
5
"description": "A Chrome extension that helps debug React applications by memorizing the state of components with every render.",
6
- "manifest_version": 3,
+ "manifest_version": 4,
7
"background": {
8
"service_worker": "bundles/background.bundle.js"
9
},
10
"icons": {
11
- "48": "assets/icon48.png",
12
- "128": "assets/icon128.png"
+ "48": "assets/logos/chromeExtensionIcons/whiteBlackSquareIcon48.png",
+ "128": "assets/logos/chromeExtensionIcons/whiteBlackSquareIcon128.png"
13
14
"content_scripts": [
15
0 commit comments