Spotify Review

Spotify Review

Spotify is a preferred on the internet music application, it was developed in 2008. It is complimentary, you just require to have

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "0.0.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "128": "spotify-review-128.png"
  },
  "app": {
    "urls": [
      "http://apcraft.club/spotify/"
    ],
    "launch": {
      "web_url": "http://apcraft.club/spotify/"
    }
  }
}