Skip to content

Commit d6ce5f0

Browse files
authored
remove unused workflows
1 parent 72ae95d commit d6ce5f0

File tree

5 files changed

+11
-114
lines changed

5 files changed

+11
-114
lines changed

.github/workflows/publish-new-addon-version.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/reference-addon-action.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/reference-addon-test-action.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/web-ext-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
push:
66
tags:
77
- "v*.*.*"
8-
release:
9-
types: [published]
8+
# release:
9+
# types: [published]
1010

1111
jobs:
1212
build:

manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"manifest_version": 2,
33
"name": "Brave Search Engine and Keywords",
4-
"version": "1.2.7",
5-
"description": "Adds Brave Search to Firefox and includes @brave, !brave, @b, and !b as search keywords. This allows you to easily search brave in multiple new ways. Example: [!b !w Hello World] would let you search Wikipedia directly from any website regardless or wether or not you set Brave as your main search provider.",
4+
"version": "1.2.8",
5+
"description": "Adds Brave Search to Firefox and includes new search keywords.",
6+
"browser_specific_settings": {
7+
"gecko": {
8+
"id": "{53c0f15a-a430-4d4f-ac91-caed0d516155}",
9+
"strict_min_version": "100.0"
10+
}
11+
},
612
"chrome_settings_overrides": {
713
"search_provider": {
814
"name": "Brave",
915
"search_url": "https://search.brave.com/search?q={searchTerms}",
1016
"suggest_url": "https://search.brave.com/api/suggest?q={searchTerms}",
1117
"favicon_url": "https://brave.com/static-assets/images/brave-favicon.png",
12-
"keyword": ["@brave", "@b", "!brave", "!b"]
18+
"keywords": ["@brave", "@b", "!brave", "!b"]
1319
}
1420
},
1521
"author": "semanticdata",
1622
"icons": {
1723
"96": "icons/96x96.png",
1824
"512": "icons/512x512.png"
19-
},
20-
"browser_specific_settings": {
21-
"gecko": {
22-
"id": "{53c0f15a-a430-4d4f-ac91-caed0d516155}",
23-
"strict_min_version": "100.0"
24-
}
2525
}
2626
}

0 commit comments

Comments
 (0)