dbbcf55b2b
Final headline-feature release. Per David: 'this app is kinda done' once Quick Stations picker + history export ship. After this version, polish remains but no headline features are missing. Bundled with v0.5.0's eventual Web Store upload — when v0.5.0 clears re-review, we'll build a v0.5.3 ZIP directly from main and upload that as the next user-visible update. Users at v0.4.0 jump straight to v0.5.3, getting all the polish in one notification.
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "RangerHQ Tuner",
|
|
"version": "0.5.3",
|
|
"description": "Lightweight SomaFM radio player. Logs what plays. One-click search to Spotify, YouTube, Apple Music, Bandcamp. No telemetry.",
|
|
"author": "David Keane",
|
|
"homepage_url": "https://davidtkeane.com/rangerhq-tuner",
|
|
"icons": {
|
|
"16": "src/assets/icons/icon-16.png",
|
|
"32": "src/assets/icons/icon-32.png",
|
|
"48": "src/assets/icons/icon-48.png",
|
|
"128": "src/assets/icons/icon-128.png"
|
|
},
|
|
"action": {
|
|
"default_title": "RangerHQ Tuner",
|
|
"default_popup": "src/popup/popup.html",
|
|
"default_icon": {
|
|
"16": "src/assets/icons/icon-16.png",
|
|
"32": "src/assets/icons/icon-32.png"
|
|
}
|
|
},
|
|
"background": {
|
|
"service_worker": "src/background/service-worker.js",
|
|
"type": "module"
|
|
},
|
|
"chrome_url_overrides": {
|
|
"newtab": "src/newtab/newtab.html"
|
|
},
|
|
"options_page": "src/options/options.html",
|
|
"permissions": ["offscreen", "storage"],
|
|
"host_permissions": [
|
|
"https://somafm.com/*",
|
|
"https://*.somafm.com/*"
|
|
],
|
|
"minimum_chrome_version": "116"
|
|
}
|