HayPost Tracker

HayPost Tracker

Automatically track your packages and notify about delivery status.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HayPost Tracker",
  "description": "Automatically track your packages and notify about delivery status.",
  "version": "1.5.3",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "lib/angular/angular.js",
      "js/bground/bgapp.js",
      "js/bground/background.js",
      "js/bground/bootstrap.js"
    ],
    "persistent": true
  },
  "permissions": [
    "notifications",
    "background",
    "alarms",
    "storage",
    "https://www.haypost.am/*",
    "http://www.haypost.am/*"
  ]
}