Pocket Casts Toggle Play

Pocket Casts Toggle Play

Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Oyvind A Nilsen",
  "homepage_url": "http://oyvindnilsen.com",
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "description": "Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.",
  "manifest_version": 2,
  "name": "Pocket Casts Toggle Play",
  "permissions": [
    "tabs",
    "https://playbeta.pocketcasts.com/*",
    "https://play.pocketcasts.com/*",
    "http://playbeta.pocketcasts.com/*",
    "http://play.pocketcasts.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "commands": {
    "toggle": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "toggle play/pause"
    }
  }
}