Skip to content

Commit 7575584

Browse files
committed
Update manifest and package json files
1 parent 7520f49 commit 7575584

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

manifest.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
22
"manifest_version": 3,
33
"name": "Firefox Profiler",
4-
"version": "1.0",
4+
"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.",
56
"minimum_chrome_version": "92",
7+
"icons": {
8+
"16": "icons/off/icon16.png",
9+
"32": "icons/off/icon32.png",
10+
"48": "icons/off/icon48.png",
11+
"128": "icons/off/icon128.png"
12+
},
613
"permissions": [
714
"activeTab",
815
"scripting",

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
2-
"name": "chrome-firefox-profiler",
2+
"name": "Firefox Profiler for Chrome",
33
"version": "1.0.0",
4-
"main": "index.js",
4+
"private": true,
55
"author": "Nazım Can Altınova <canaltinova@gmail.com>",
6-
"license": "MIT",
6+
"license": "MPL-2.0",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/firefox-devtools/firefox-profiler-for-chrome"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/firefox-devtools/firefox-profiler-for-chrome/issues"
13+
},
714
"scripts": {
815
"lint": "eslint **/*.js",
916
"prettier": "prettier . --check",

0 commit comments

Comments
 (0)