PlayNews: Listen Later

PlayNews: Listen Later

This extension sends the current webpage link to your PlayNews App Inbox so you can listen to the webpage later using the App

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PlayNews: Listen Later",
  "description": "This extension sends the current webpage link to your PlayNews App Inbox so you can listen to the webpage later using the App",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "http://web2goserver.appspot.com/"
  ]
}