Periodex

Periodex

Elegant periodic table of elements.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "7.0.1",
  "name": "Periodex",
  "short_name": "Periodex",
  "description": "Elegant periodic table of elements.",
  "content_security_policy": {
    "extension_pages": "default-src 'none'; child-src 'none'; manifest-src 'none'; media-src 'none'; object-src 'none'; worker-src 'none'; connect-src 'none'; font-src 'none'; frame-src https://periodex.co/; img-src data:; script-src 'none'; script-src-elem 'none'; script-src-attr 'none'; style-src 'sha384-q6wvRajroXckYIllu/2RBNLREiKhkjXICeQ9g8wz/X8LJ/0XHiZuWppHP4EshxyS'; style-src-elem 'sha384-q6wvRajroXckYIllu/2RBNLREiKhkjXICeQ9g8wz/X8LJ/0XHiZuWppHP4EshxyS'; style-src-attr 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; upgrade-insecure-requests; report-uri https://api.jeurissen.co/reports/csp/webext/prdx/"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "externally_connectable": {
    "ids": [],
    "accepts_tls_channel_id": false
  },
  "replacement_web_app": "https://periodex.co/?utm_source=cpa-prompt",
  "icons": {
    "16": "/images/icon-16.png",
    "19": "/images/icon-19.png",
    "32": "/images/icon-32.png",
    "38": "/images/icon-38.png",
    "48": "/images/icon-48.png",
    "128": "/images/icon-128.png"
  },
  "permissions": [
    "storage",
    "sidePanel"
  ],
  "optional_host_permissions": [
    "https://periodex.co/*",
    "https://*.periodex.co/*"
  ],
  "background": {
    "service_worker": "/background.js"
  },
  "action": {
    "browser_style": false,
    "default_area": "navbar",
    "default_icon": {
      "16": "/images/icon-16.png",
      "19": "/images/icon-19.png",
      "32": "/images/icon-32.png",
      "38": "/images/icon-38.png",
      "48": "/images/icon-48.png"
    }
  },
  "commands": {
    "_execute_action": {}
  }
}