ohmdox

ohmdox

Collection of electronics tools and calculators for Makers, DIYers and Electricians

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ohmdox",
  "description": "Collection of electronics tools and calculators for Makers, DIYers and Electricians",
  "version": "0.1.5.0",
  "author": "ohmdox ([email protected])",
  "icons": {
    "16": "images/icons/icon-16.png",
    "24": "images/icons/icon-24.png",
    "32": "images/icons/icon-32.png",
    "48": "images/icons/icon-48.png",
    "64": "images/icons/icon-64.png",
    "128": "images/icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icons/icon-16.png",
      "24": "images/icons/icon-24.png",
      "32": "images/icons/icon-32.png",
      "48": "images/icons/icon-48.png",
      "64": "images/icons/icon-64.png",
      "128": "images/icons/icon-128.png"
    },
    "default_popup": "index.html",
    "default_title": "ohmdox"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "index_bundle.js"
    ]
  },
  "permissions": [],
  "content_security_policy": "script-src 'self' https://*.cloudflare.com https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'"
}