Skip to content

Commit 4461ba0

Browse files
committed
Update the manifest.json
1 parent 191d037 commit 4461ba0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

manifest.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Firefox Profiler",
44
"version": "1.0.0",
5-
"description": "A chrome extension for capturing the performance profiles using Chrome's built-in tracing profiler, and exporting them directly to Firefox Profile Viewer.",
5+
"description": "A Chrome extension to capture performance profiles with Chrome's tracing profiler and export them directly to Firefox Profile Viewer",
66
"minimum_chrome_version": "92",
77
"icons": {
88
"16": "icons/off/icon16.png",
@@ -17,10 +17,7 @@
1717
"debugger",
1818
"notifications"
1919
],
20-
"host_permissions": [
21-
"https://profiler.firefox.com/*",
22-
"http://localhost:4242/*"
23-
],
20+
"host_permissions": ["https://profiler.firefox.com/*"],
2421
"background": {
2522
"service_worker": "src/background.js",
2623
"type": "module"

0 commit comments

Comments
 (0)