smarterPod: Simple and Smart Podcast Player

smarterPod: Simple and Smart Podcast Player

Listen to podcasts in the background of Chrome! Sync content across computers, manage your feeds, save progress, get new episodes!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "index.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "logo-48.png",
    "default_popup": "popup.html",
    "persistence": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Listen to podcasts in the background of Chrome! Sync content across computers, manage your feeds, save progress, get new episodes!",
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "manifest_version": 2,
  "name": "smarterPod: Simple and Smart Podcast Player",
  "permissions": [
    "storage",
    "notifications",
    "background",
    "http://*/",
    "https://*/"
  ],
  "short_name": "smarterPod",
  "version": "0.3.0.2"
}