ListenLater.fm

ListenLater.fm

A read-it-later service for your ears

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ListenLater.fm",
  "version": "1.2.0",
  "description": "A read-it-later service for your ears",
  "homepage_url": "https://www.listenlater.fm",
  "icons": {
    "48": "icons/ear-512.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "*://*/*"
  ],
  "browser_action": {
    "default_icon": "icons/ear-512.png",
    "default_title": "ListenLater.fm"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}