Skip to content

Commit 323e251

Browse files
committed
prep for publish
1 parent 60b2f41 commit 323e251

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

public/manifest.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "re-start",
3-
"version": "1.3.5",
3+
"version": "1.3.8",
44
"manifest_version": 3,
55
"description": "a tui-style startpage/new tab page.",
66
"chrome_url_overrides": {
@@ -11,7 +11,10 @@
1111
},
1212
"browser_specific_settings": {
1313
"gecko": {
14-
"id": "re-start@refact0r.dev"
14+
"id": "re-start@refact0r.dev",
15+
"data_collection_permissions": {
16+
"required": ["none"]
17+
}
1518
}
1619
}
1720
}

public/metadata.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": { "license": "MIT" },
3+
"categories": { "firefox": ["tabs"] },
4+
"contributions_url": "https://ko-fi.com/refact0r",
5+
"requires_payment": false,
6+
"homepage": {
7+
"en-US": "https://github.com/refact0r/re-start"
8+
},
9+
"support_email": {
10+
"en-US": "refact0r.contact@gmail.com"
11+
}
12+
}

0 commit comments

Comments
 (0)