CIDR-X CIDR Calculator

CIDR-X CIDR Calculator

Calculate network details using CIDR Notation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CIDR-X CIDR Calculator",
  "version": "0.1",
  "description": "Calculate network details using CIDR Notation",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [],
  "host_permissions": [],
  "author": "rootVIII",
  "homepage_url": "https://github.com/rootVIII/cidr-calc",
  "short_name": "CIDR-X",
  "action": {
    "default_popup": "index.html",
    "default_title": "CIDR-X",
    "default_icon": {
      "16": "cidrx-16x16.png",
      "48": "cidrx-48x48.png",
      "128": "cidrx-128x128.png"
    }
  },
  "icons": {
    "16": "cidrx-16x16.png",
    "48": "cidrx-48x48.png",
    "128": "cidrx-128x128.png"
  }
}