Skip to content

Commit f2ef284

Browse files
committed
gnostr:gnostr-org:manifest.json:gnostr-org compatibility
manifest.json:gnostr-nodegit
1 parent 1cee472 commit f2ef284

17 files changed

+3781
-0
lines changed

bg.js

+121
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

icon-dev.png

10.6 KB
Loading

icon.png

14.5 KB
Loading

manifest.json

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "gnostr",
3+
"description": "a git+nostr workflow utility",
4+
"version": "0.0.5",
5+
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
6+
"permissions": [
7+
"debugger",
8+
"contextMenus",
9+
"tabs",
10+
"activeTab",
11+
"storage",
12+
"unlimitedStorage",
13+
"webRequest",
14+
"webRequestBlocking",
15+
"<all_urls>"
16+
],
17+
"background": {
18+
"scripts": [
19+
"bg.js"
20+
],
21+
"persistent": true
22+
},
23+
"icons": {
24+
"32": "icon.png",
25+
"128": "icon.png"
26+
},
27+
"browser_action": {
28+
"default_icon": {
29+
"32": "icon.png"
30+
},
31+
"default_title": "gnostr",
32+
"default_popup": "popup.html"
33+
},
34+
"web_accessible_resources": [
35+
"pdf/*",
36+
"replay/*",
37+
"ruffle/*"
38+
],
39+
"manifest_version": 2
40+
}

pdf/pdf.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pdf/pdf.worker.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

popup.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<style>
5+
html {
6+
width: 400px;
7+
}
8+
</style>
9+
<script src="./popup.js"></script>
10+
</head>
11+
<body>
12+
<wr-popup-viewer></wr-popup-viewer>
13+
</body>
14+
</html>

popup.js

+320
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

replay/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<script src="ui.js"></script>
6+
</head>
7+
<body>
8+
<archive-web-page-app></archive-web-page-app>
9+
</body>
10+
</html>

replay/sw.js

+121
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

replay/ui.js

+3,125
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruffle/2c87713f8cc6dda8ca91.wasm

6.11 MB
Binary file not shown.

ruffle/45264ba09d429505f426.wasm

6.21 MB
Binary file not shown.

ruffle/LICENSE_MIT

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Copyright (c) 2018 Mike Welsh <[email protected]>
2+
3+
Permission is hereby granted, free of charge, to any
4+
person obtaining a copy of this software and associated
5+
documentation files (the "Software"), to deal in the
6+
Software without restriction, including without
7+
limitation the rights to use, copy, modify, merge,
8+
publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software
10+
is furnished to do so, subject to the following
11+
conditions:
12+
13+
The above copyright notice and this permission notice
14+
shall be included in all copies or substantial portions
15+
of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
18+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
19+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
20+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
21+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
24+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25+
DEALINGS IN THE SOFTWARE.

ruffle/core.ruffle.93de25ca9a00e07a2eca.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruffle/core.ruffle.f45b5c0662b515254bf0.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruffle/ruffle.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)