We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0edaf6b commit 9277654Copy full SHA for 9277654
.github/workflows/publish.yml
@@ -5,6 +5,8 @@ on:
5
- "v*"
6
jobs:
7
publish_all:
8
+ permissions:
9
+ contents: write
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
manifest.json
@@ -3,7 +3,7 @@
3
"manifest_version": 2,
4
"name": "Straight to the web",
"homepage_url": "https://github.com/ShadowMitia/Straight-to-the-web",
- "version": "0.3",
+ "version": "0.3.1",
"description": "Forces all Google searches to use the new 'Web' mode by appending links with udm=14",
"permissions": [
"webRequest",
0 commit comments