Skip to content

Commit 2b62ede

Browse files
committed
v0.0.0.2
1 parent 8604544 commit 2b62ede

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

extension/manifest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"description": "WIP",
2+
"description": " Organize research from websites & PDFs. Categorize highlights, images, links, notes",
33
"manifest_version": 3,
4-
"name": "snipd",
5-
"version": "1.0",
4+
"name": "Snipd",
5+
"version": "0.0.0.2",
66
"homepage_url": "https://github.com/PDFilez/snipd",
77
"icons": {
88
"48": "images/snipdLogo8.png"
99
},
10-
"permissions": ["tabs", "activeTab", "contextMenus", "scripting", "storage", "notifications", "sidePanel"],
10+
"permissions": ["tabs", "activeTab", "contextMenus", "scripting", "storage", "sidePanel"],
1111
"host_permissions": ["file:///*", "https://*/*"],
12-
12+
1313
"background": {
1414
"service_worker": "index.js"
1515
},

0 commit comments

Comments
 (0)