MyCrib

MyCrib

Easily add products from any online store directly to your Mycrib baby list.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MyCrib",
  "description": "Easily add products from any online store directly to your Mycrib baby list.",
  "options_ui": {
    "page": "src/pages/options/index.html"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiGjnp4k1w4jM4MB+W+/wtX4XDNFPl36zhqrzb997VsaJ/e+Isp/zhyDAoyL6f1xvZE54h2uTN3IehceoM7Gg0iATa4IaPh7LqTvCGld3VN7vAFX9mU6tzimzMf53XnEELE6SmAKIiW69b93EEFp6lXlql1wTGt4WleWmA2c98bu7vAQhzxeJZgBmCdoeB//rmIi2peCY8if5HUI9IdpYfJXVVHbPvECXr8tBCXVNXtV1s90qBPd/R89qDchFupd3p90fHN3lI+0N92+1ICGaJO02XLiA48gyFX3LLgos9TJ0Der+tL2ciBBs1XKRVDppZ6EFnedZcAng0zCEe7SyTwIDAQAB",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": {
      "32": "mycrib-rounded.png"
    }
  },
  "icons": {
    "128": "mycrib-rounded.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.tsx-8623b4c4-07adc461.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "css": [
        "contentStyle.css"
      ]
    }
  ],
  "devtools_page": "src/pages/devtools/index.html",
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "contentStyle.css",
        "mycrib-rounded.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/index.tsx-8623b4c4.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "version": "1.2.1"
}