Picksmart Phone

Picksmart Phone

Used internally to make calls from our system with Teleforge integration. Allows for calls directly from our systems

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Picksmart Phone",
  "description": "Used internally to make calls from our system with Teleforge integration. Allows for calls directly from our systems",
  "version": "1.0.9",
  "manifest_version": 2,
  "icons": {
    "16": "PICKSMARTlogo.png",
    "48": "PICKSMARTlogo.png",
    "128": "PICKSMARTlogo.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    },
    "default_popup": "popup.html",
    "default_title": "Picksmart Phone"
  },
  "permissions": [
    "storage",
    "activeTab",
    "unlimitedStorage",
    "http://localhost:8080/*",
    "https://planpro.picksmart.co.za/*",
    "https://i-docs.co.za/*"
  ],
  "options_page": "options.html",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "externally_connectable": {
    "matches": [
      "http://localhost:8080/*",
      "https://planpro.picksmart.co.za/*",
      "https://i-docs.co.za/*"
    ]
  }
}