To Pushover

To Pushover

Quick push urls, images, text and dial/phone numbers from Google Chrome via Pushover.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "description": "Quick push urls, images, text and dial/phone numbers from Google Chrome via Pushover.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "To Pushover",
  "options_page": "index.html",
  "permissions": [
    "contextMenus",
    "https://api.pushover.net/1/messages.json"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.2.0"
}