Swell

Swell

Swell Notifications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Swell",
  "version": "2.0.0",
  "description": "Swell Notifications",
  "icons": {
    "16": "swellcx_logo.png",
    "48": "swellcx_logo.png",
    "128": "swellcx_logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "notifications",
    "storage"
  ],
  "browser_action": {
    "default_title": "New Message!",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "swellcx_logo.png",
      "24": "swellcx_logo.png",
      "32": "swellcx_logo.png"
    }
  },
  "externally_connectable": {
    "matches": [
      "*://platform.swellcx.com/*",
      "*://qa.swellcx.com/*"
    ]
  },
  "manifest_version": 2
}