Spotto

Spotto

Connects Youtube with Spotify! Spotto makes it so that you can add music from Youtube to a spotify playlist.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spotto",
  "version": "1.2.5",
  "description": "Connects Youtube with Spotify! Spotto makes it so that you can add music from Youtube to a spotify playlist.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "./backend.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/SpottoChromeIcon (2).png",
    "default_popup": "popupSignIn.html"
  },
  "icons": {
    "128": "images/128logo.png"
  },
  "permissions": [
    "identity",
    "storage",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://kit.fontawesome.com/6446ee94a1.js; object-src 'self'"
}