Postal Everywhere

Postal Everywhere

Send direct mail and gifts to customers from anywhere

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Postal Everywhere",
  "version": "1.3.0",
  "description": "Send direct mail and gifts to customers from anywhere",
  "icons": {
    "16": "postal-16.png",
    "48": "postal-48.png",
    "128": "postal-128.png"
  },
  "manifest_version": 2,
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "postal-16.png",
      "48": "postal-48.png",
      "128": "postal-128.png"
    },
    "default_title": "Postal Everywhere"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "postal-48.png",
    "iframe.html"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}