SnapEDA

SnapEDA

A new experience to help make your design a snap. Focus on design with ready-to-use PCB footprints and schematic symbols

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SnapEDA",
  "version": "1.0.1.25",
  "description": "A new experience to help make your design a snap. Focus on design with ready-to-use PCB footprints and schematic symbols",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "downloads"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/img/*",
        "assets/icons/*",
        "assets/fonts/*",
        "assets/css/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "assets/js/service_worker.js"
  },
  "icons": {
    "128": "assets/icons/favicon-supported.png"
  },
  "action": {
    "default_popup": "assets/html/popup.html",
    "default_icon": {
      "128": "assets/icons/favicon-unsupported.png"
    }
  },
  "host_permissions": [
    "http://*/",
    "https://*/"
  ]
}