tangled
alpha
login
or
join now
ptr.pet
/
at-fronter
6
fork
atom
view who was fronting when a record was made
6
fork
atom
overview
issues
pulls
pipelines
chore: bump ver
ptr.pet
5 months ago
d781b44b
ce4b0ae5
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
+2
-2
2 changed files
expand all
collapse all
unified
split
package.json
wxt.config.ts
+1
-1
package.json
···
2
2
"name": "at-fronter",
3
3
"description": "view who was fronting when a record was made",
4
4
"private": true,
5
5
-
"version": "0.0.1",
5
5
+
"version": "0.0.2",
6
6
"type": "module",
7
7
"scripts": {
8
8
"dev": "wxt",
+1
-1
wxt.config.ts
···
19
19
],
20
20
host_permissions: ["<all_urls>"],
21
21
content_security_policy: {
22
22
-
extension_pages: "script-src 'self' 'unsafe-eval'; object-src 'self'",
22
22
+
extension_pages: "script-src 'self'; object-src 'self'",
23
23
},
24
24
},
25
25
});