Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
claromes committed Aug 29, 2023
1 parent 174f16e commit 7a694a9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

- name: Zip file
run: |
mkdir picukiswitch-v0.3
cp background.js manifest.json picukiswitch-v0.3/
cp -r icons/ picukiswitch-v0.3/
zip -r picukiswitch-v0.3.zip picukiswitch-v0.3
mkdir picukiswitch-v0.3.1
cp background.js manifest.json picukiswitch-v0.3.1/
cp -r icons/ picukiswitch-v0.3.1/
zip -r picukiswitch-v0.3.1.zip picukiswitch-v0.3.1
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: picukiswitch-v0.3
path: picukiswitch-v0.3.zip
name: picukiswitch-v0.3.1
path: picukiswitch-v0.3.1.zip
46 changes: 23 additions & 23 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"manifest_version": 3,
"name": "Picuki Switch",
"version": "0.3",
"description": "Redirects Instagram URLs to Picuki.com",
"homepage_url": "https://github.com/claromes/picukiswitch",
"author": "Claromes",
"permissions": [
"tabs"
],
"action": {
"default_icon": {
"16": "icons/icon16.png",
"24": "icons/icon24.png",
"32": "icons/icon32.png"
}
},
"icons": {
"manifest_version": 3,
"name": "Picuki Switch",
"version": "0.3.1",
"description": "Redirects Instagram URLs to Picuki.com",
"homepage_url": "https://github.com/claromes/picukiswitch",
"author": "Claromes",
"permissions": [
"tabs"
],
"action": {
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"service_worker": "background.js"
"24": "icons/icon24.png",
"32": "icons/icon32.png"
}
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"service_worker": "background.js"
}
}

0 comments on commit 7a694a9

Please sign in to comment.