Portaire Clipper

Portaire Clipper

The easy way to design interiors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    }
  },
  "version": "2.0.3",
  "author": "Portaire Ltd",
  "name": "Portaire Clipper",
  "description": "The easy way to design interiors.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "cookies",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.ikea.com/*"
      ],
      "js": [
        "ikea.31026948.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.883ade9e.js"
      ],
      "css": [
        "fonts.7ea5e570.css"
      ]
    }
  ],
  "host_permissions": [
    "http://localhost/*",
    "https://*.portaire.com/",
    "https://designer-app-staging.vercel.app/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/images/*/**",
        "assets/fonts/*/**",
        "assets/icons/*/**",
        "assets/features/*/**"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "PPObjectSans-Thin.64317d1b.woff",
        "PPObjectSans-Light.9c2f4b64.woff",
        "PPObjectSans-Regular.aca76f3d.woff",
        "PPObjectSans-Medium.bc8930d8.woff",
        "PPObjectSans-Bold.2d29d05f.woff",
        "PPObjectSans-Heavy.ce9b80a5.woff",
        "content.1c9c1d62.css",
        "content.adf34037.svg",
        "content.8cae38d2.svg",
        "content.297e5611.svg",
        "content.489c5c6d.svg",
        "content.68e9473f.svg",
        "content.7e529fdc.svg",
        "content.cd6c4e23.svg",
        "content.3cc899d1.svg",
        "content.a5e4d338.svg",
        "content.faea56b5.svg",
        "content.5f9289fb.svg",
        "content.f34c5b93.svg",
        "content.392ab0d3.svg",
        "content.67cbd11e.svg",
        "content.a369489e.svg",
        "content.6861f127.svg",
        "content.0a5475d4.svg",
        "content.06be136e.svg",
        "content.8b43ddc9.svg",
        "content.4b263cf6.svg",
        "content.197f5d25.svg",
        "content.60cae0f8.svg",
        "content.d9bd0860.svg",
        "content.86f4458c.svg",
        "content.c268b0ad.svg",
        "content.da5a3d5a.svg",
        "content.2dba955b.svg",
        "content.6b84d949.svg",
        "content.0d8ed877.svg"
      ]
    }
  ]
}