Gloria-X

Gloria-X

A programmable website notifications aggregator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gloria-X",
  "description": "__MSG_extensionDescription__",
  "version": "2.15.1",
  "author": "pana",
  "homepage_url": "https://github.com/LightAPIs/gloria-x",
  "default_locale": "en",
  "options_page": "options.html",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.gloria.pub/*"
      ],
      "js": [
        "content/inject-button.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/app/icon-16.png",
      "19": "icons/app/icon-19.png",
      "24": "icons/app/icon-24.png",
      "32": "icons/app/icon-32.png",
      "48": "icons/app/icon-48.png",
      "64": "icons/app/icon-64.png",
      "96": "icons/app/icon-96.png",
      "128": "icons/app/icon-128.png"
    },
    "default_popup": "popup.html#/?popup=1"
  },
  "icons": {
    "16": "icons/app/icon-16.png",
    "19": "icons/app/icon-19.png",
    "24": "icons/app/icon-24.png",
    "32": "icons/app/icon-32.png",
    "48": "icons/app/icon-48.png",
    "64": "icons/app/icon-64.png",
    "96": "icons/app/icon-96.png",
    "128": "icons/app/icon-128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.gloria.pub/*",
      "*://localhost/*"
    ]
  },
  "web_accessible_resources": [
    "generation.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs",
    "alarms",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "background",
    "unlimitedStorage",
    "cookies",
    "contextMenus"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAswsveKlqh3UpdVPOwlK4l5nBoaVEmv6aQzElDKUeRQaOH+USNWEsCr5sNS4IGRfcKoiVvUwJ+JL8eg/s+ARRjJX0MLk9E4+frTs8nhy1DfPQpQxIKenOSzmb2O63VhLn1bNhoQoYFAJYtt1lgFPAPhe1u0Mzs5Rhhqyiyz8RhgUtIptOyd+tOcir3HhyQawkqkup0JrtPmDP5l3g+x5ZSrVDX4xPyAe++iYzt43VrXiLCoUJi3R6XWXTPCAsV49YJA0e11/gs9Ffe//ZNJMes6u/p5yOa0KhaOIIQCuxMYncyRW/cNvNEeaIBtOTajRTeAKOaDOJJeVX9LV1+aHqWQIDAQAB"
}