Listen to Later

Listen to Later

Companion Extension to a Listen to Later Account! * Save media online into your own personal Podcast Feed. * Quickly save online…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Listen to Later",
  "version": "1.2",
  "omnibox": {
    "keyword": "ll"
  },
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "identity",
    "identity.email",
    "tabs",
    "contextMenus"
  ],
  "action": {
    "default_title": "Send a page to your Listen to Later Queue. (Requires Account).",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "72": "icons/72.png",
      "128": "icons/128.png",
      "192": "icons/192.png",
      "512": "icons/512.png"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "72": "icons/72.png",
    "128": "icons/128.png",
    "192": "icons/192.png",
    "512": "icons/512.png"
  }
}