Asterisk Screenpop

Asterisk Screenpop

Popup with CallerID

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Asterisk Screenpop",
  "version": "0.0.0.5",
  "author": "Bitree",
  "manifest_version": 2,
  "icons": {
    "16": "phone16.png",
    "48": "phone48.png",
    "128": "phone128.png"
  },
  "description": "Popup with CallerID",
  "default_locale": "en",
  "permissions": [
    "notifications",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    "phone16.png",
    "phone48.png"
  ],
  "browser_action": {
    "default_icon": {
      "16": "phone16.png"
    },
    "default_popup": "history.html"
  }
}