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+ }
0 commit comments