Skip to content

Commit 24d2703

Browse files
chore: release version 1.1.2
1 parent e2e39f3 commit 24d2703

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

manifest.template.json

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
{
2-
"manifest_version": 3,
3-
"name": "ProofSnap",
4-
"version": "1.1.1",
5-
"description": "Snap once. Prove forever. Turn your browser into a trust engine—sealing screenshots with cryptographic proof.",
6-
"permissions": [
7-
"activeTab",
8-
"storage",
9-
"tabs",
10-
"offscreen",
11-
"notifications",
12-
"identity"
13-
],
14-
"oauth2": {
15-
"client_id": "YOUR_OAUTH2_CLIENT_ID",
16-
"scopes": [
17-
"openid",
18-
"email",
19-
"profile"
20-
]
21-
},
22-
"key": "YOUR_EXTENSION_PUBLIC_KEY",
23-
"host_permissions": [
24-
"https://api.numbersprotocol.io/*"
25-
],
26-
"content_security_policy": {
27-
"extension_pages": "script-src 'self'; object-src 'self'"
28-
},
29-
"background": {
30-
"service_worker": "background.js",
31-
"type": "module"
32-
},
33-
"action": {
34-
"default_popup": "src/popup/popup.html",
35-
"default_icon": {
36-
"16": "icons/icon16.png",
37-
"48": "icons/icon48.png",
38-
"128": "icons/icon128.png"
39-
}
40-
},
41-
"options_page": "src/options/options.html",
42-
"icons": {
43-
"16": "icons/icon16.png",
44-
"48": "icons/icon48.png",
45-
"128": "icons/icon128.png"
46-
},
47-
"commands": {
48-
"capture-screenshot": {
49-
"suggested_key": {
50-
"default": "Ctrl+Shift+S",
51-
"mac": "Command+Shift+S"
52-
},
53-
"description": "Capture screenshot"
54-
}
2+
"manifest_version": 3,
3+
"name": "ProofSnap",
4+
"version": "1.1.2",
5+
"description": "Snap once. Prove forever. Turn your browser into a trust engine—sealing screenshots with cryptographic proof.",
6+
"permissions": [
7+
"activeTab",
8+
"storage",
9+
"tabs",
10+
"offscreen",
11+
"notifications",
12+
"identity"
13+
],
14+
"oauth2": {
15+
"client_id": "YOUR_OAUTH2_CLIENT_ID",
16+
"scopes": [
17+
"openid",
18+
"email",
19+
"profile"
20+
]
21+
},
22+
"key": "YOUR_EXTENSION_PUBLIC_KEY",
23+
"host_permissions": [
24+
"https://api.numbersprotocol.io/*"
25+
],
26+
"content_security_policy": {
27+
"extension_pages": "script-src 'self'; object-src 'self'"
28+
},
29+
"background": {
30+
"service_worker": "background.js",
31+
"type": "module"
32+
},
33+
"action": {
34+
"default_popup": "src/popup/popup.html",
35+
"default_icon": {
36+
"16": "icons/icon16.png",
37+
"48": "icons/icon48.png",
38+
"128": "icons/icon128.png"
5539
}
56-
}
40+
},
41+
"options_page": "src/options/options.html",
42+
"icons": {
43+
"16": "icons/icon16.png",
44+
"48": "icons/icon48.png",
45+
"128": "icons/icon128.png"
46+
},
47+
"commands": {
48+
"capture-screenshot": {
49+
"suggested_key": {
50+
"default": "Ctrl+Shift+S",
51+
"mac": "Command+Shift+S"
52+
},
53+
"description": "Capture screenshot"
54+
}
55+
}
56+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proofsnap-extension",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Snap once. Prove forever. Turn your browser into a trust engine—sealing screenshots with cryptographic proof.",
55
"type": "module",
66
"scripts": {
@@ -23,4 +23,4 @@
2323
"vite": "^6.0.11",
2424
"vite-plugin-static-copy": "^2.1.0"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)