Nowgua Extensions

Nowgua Extensions

Base Level Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nowgua Extensions",
  "description": "Base Level Extension",
  "version": "4.7",
  "manifest_version": 2,
  "icons": {
    "128": "icons/icon.png"
  },
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon_extensions.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "notifications",
    "http://*/M1ClientWeb*",
    "identity",
    "webRequest"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",
  "background": {
    "scripts": [
      "ext/jquery-3.3.1.min.js",
      "ext/firebase-app.js",
      "ext/firebase-database.js",
      "ext/stomp.js",
      "background.js",
      "env.js",
      "synchro.js",
      "synchro-firebase.js",
      "synchro-rabbitmq.js",
      "ext/getDateToken.js",
      "node_modules/auth0-chrome/dist/auth0chrome.min.js",
      "node_modules/jwt-decode/build/jwt-decode.js"
    ],
    "persistent": true
  }
}