Spotify API - Setup IPC Access For Tauri App

Had to set this up in the [TODO: Code shorthand span ]. (Will probably need api.spotify.com too)

    "security": {
      "csp": null,
      "dangerousRemoteDomainIpcAccess": [
        {
          "domain": "accounts.spotify.com",
          "windows": ["main"],
          "enableTauriAPI": true
        }
      ]
    },
~ fin ~