Podcurate

Podcurate

Simple podcast listening queue manager and podcast feed curation tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Podcurate",
  "description": "Simple podcast listening queue manager and podcast feed curation tool",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://podcurate.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  }
}