Skip to content

Commit

Permalink
docs: bump version to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 3, 2023
1 parent 4dd0cb8 commit 4e8e7d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
57 changes: 0 additions & 57 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,57 +0,0 @@
{
"short_name": "Chorus",
"name": "Chorus - Spotify Enhancer",
"description": "Enhance Spotify with controls to save favourite snips, auto-skip tracks, and set global and custom speed. More to come!",
"version": "1.6.0",
"manifest_version": 3,
"author": "cdrani",
"action": {},
"icons": {
"16": "icons/icon16.png",
"24": "icons/icon24.png",
"48": "icons/icon48.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"run_at": "document_idle",
"js": [
"utils/state.js",
"content-script.js"
],
"css": [
"styles.css"
],
"matches": [
"*://open.spotify.com/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*://open.spotify.com/*"
],
"resources": [
"utils/*.js",
"models/*.js",
"events/*.js",
"components/*.js",
"observers/*.js",
"stores/*.js",
"actions/*.js",
"data/*.js"
]
}
],
"permissions": [
"activeTab",
"tabs",
"storage",
"unlimitedStorage"
],
"background": {
"service_worker": "background.js"
}
}
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"short_name": "Chorus",
"name": "Chorus - Spotify Enhancer",
"description": "Enhance Spotify with controls to save favourite snips, auto-skip tracks, and set global and custom speed. More to come!",
"version": "1.6.0",
"version": "1.6.1",
"manifest_version": 3,
"author": "cdrani",
"action": {},
Expand Down

0 comments on commit 4e8e7d5

Please sign in to comment.