List View for Google Play Music

List View for Google Play Music

Converts Google Play Music's "Artist" and "Genre" views to a list.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "List View for Google Play Music",
  "short_name": "GM List View",
  "version": "0.1.2",
  "manifest_version": 2,
  "description": "Converts Google Play Music's \"Artist\" and \"Genre\" views to a list.",
  "homepage_url": "https://github.com/claflamme/Google-Music-List-View",
  "permissions": [
    "https://play.google.com/music/listen"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://play.google.com/music/listen"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}