Rung

Rung

Get Rung notifications at any time!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "observer.min.js"
    ],
    "persistent": false
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.7",
  "author": "Rung <[email protected]>",
  "default_locale": "en",
  "icons": {
    "16": "resources/rung16.png",
    "48": "resources/rung128.png",
    "128": "resources/rung128.png"
  },
  "browser_action": {
    "default_icon": "resources/rung16.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://widget.intercom.io/widget/fw9pakyw https://js.intercomcdn.com; object-src 'self'"
}