Skip to content

Commit 2cfc10d

Browse files
lev-engineerclaude
andcommitted
Fix manifest formatting
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9d6bf99 commit 2cfc10d

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

extension-chrome/manifest.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
"default_locale": "en",
77
"author": "Lev Gelfenbuim",
88
"homepage_url": "https://github.com/levz0r/markdown-printer",
9-
"permissions": [
10-
"activeTab",
11-
"contextMenus",
12-
"downloads",
13-
"scripting"
14-
],
9+
"permissions": ["activeTab", "contextMenus", "downloads", "scripting"],
1510
"background": {
1611
"service_worker": "background.js"
1712
},
@@ -28,4 +23,4 @@
2823
"128": "icon128.png"
2924
}
3025
}
31-
}
26+
}

extension-firefox/manifest.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,9 @@
66
"default_locale": "en",
77
"author": "Lev Gelfenbuim",
88
"homepage_url": "https://github.com/levz0r/markdown-printer",
9-
"permissions": [
10-
"activeTab",
11-
"contextMenus",
12-
"downloads",
13-
"scripting"
14-
],
9+
"permissions": ["activeTab", "contextMenus", "downloads", "scripting"],
1510
"background": {
16-
"scripts": [
17-
"background.js"
18-
]
11+
"scripts": ["background.js"]
1912
},
2013
"icons": {
2114
"16": "icon16.png",
@@ -35,10 +28,8 @@
3528
"id": "markdown-printer@lev.engineer",
3629
"strict_min_version": "121.0",
3730
"data_collection_permissions": {
38-
"required": [
39-
"none"
40-
]
31+
"required": ["none"]
4132
}
4233
}
4334
}
44-
}
35+
}

0 commit comments

Comments
 (0)