Music Songs Player

Music Songs Player

Listen to your favourite songs with the Music Songs Player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "photo128.png"
  },
  "author": "Music Songs Player",
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "photo128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_title__",
  "permissions": [
    "contextMenus"
  ],
  "short_name": "Music Songs Player",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "12.4"
}