Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lecture Music Switch", "version": "1.0.0", "description": "Automatically toggle between YouTube, Panopto, or Leccap, and Spotify with one click!", "permissions": [ "scripting", "tabs" ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.spotify.com\/*", "*:\/\/nexus.hosted.panopto.com\/*", "*:\/\/leccap.engin.umich.edu\/*" ], "action": { "default_icon": { "128": "monkcon\/icon128.png", "256": "monkcon\/icon256.png", "512": "monkcon\/icon512.png" }, "default_title": "Pause Video and Play Spotify" }, "background": { "service_worker": "background.js" }, "icons": { "128": "monkcon\/icon128.png", "256": "monkcon\/icon256.png", "512": "monkcon\/icon512.png" } }