Skip to content

Commit

Permalink
Perf ext (#198)
Browse files Browse the repository at this point in the history
Any questions should be directed to @vujita

---

Replace any ":question:" below with information about your pull request.

## Pull Request Details

Provide details about your pull request and what it adds, fixes, or
changes.

:question:

## Breaking Changes

Describe what features are broken by this pull request and why, if any.

:question:

## Issues Fixed

Enter the issue numbers resolved by this pull request below, if any.

1. :question:

## Other Relevant Information

Provide any other important details below.

:question:
  • Loading branch information
vujita authored May 12, 2024
1 parent 73b6c0c commit f174b58
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 5 deletions.
11 changes: 8 additions & 3 deletions apps/perf-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
"matches": ["https://*/*", "http://*/*"]
}
],
"description": "New new performancetool",
"icons": {
"16": "src/assets/icons/icon_16x16.png",
"32": "src/assets/icons/icon_32x32.png",
"64": "src/assets/icons/icon_64x64.png"
},
"manifest_version": 3,
"name": "Perf introspector!!!",
"options_page": "src/options.html",
"version": "0.0.1"
"name": "newnew-performancetool",
"version": "1.0.9"
}
2 changes: 1 addition & 1 deletion apps/perf-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perf-extension",
"version": "0.0.0",
"version": "1.0.9",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/perf-extension/src/assets/images/440x280.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/perf-extension/src/assets/images/920x680.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion apps/perf-extension/src/assets/react.svg

This file was deleted.

0 comments on commit f174b58

Please sign in to comment.