Just Dance songs list (Unlimited Service)

Just Dance songs list (Unlimited Service)

This extensions shows you the complete list of the songs that you get in Just Dance game when you subscribe to the Unlimited…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Just Dance songs list (Unlimited Service)",
  "version": "2.6.0",
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_title": "View song list!",
    "default_popup": "index.html#/popup"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "19": "assets/icon128.png",
    "38": "assets/icon128.png",
    "128": "assets/icon128.png"
  },
  "short_name": "JDN",
  "update_url": "https://clients2.google.com/service/update2/crx"
}