BetterPost

BetterPost

The main purpose is Improve the boring Postal UX & UI. this add-on can fix receipt printing orientation back to portrait.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "BetterPost",
  "version": "1.6",
  "description": "Improve the boring Postal UX & UI",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://epay.slpost.lk/*"
      ],
      "js": [
        "post.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1e2fc3cc-dadf-4464-ab07-18df352fcbbf}"
    }
  }
}