Random Song

Random Song

Plays a random song.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Random Song",
  "description": "Plays a random song.",
  "short_name": "Play Random Song",
  "version": "0.7",
  "manifest_version": 3,
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "author": "Rohit Gandhi",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Click to show an alert"
  },
  "permissions": [
    "activeTab"
  ]
}