Locker

Locker

All of your wishlists - now in one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Locker",
  "version": "0.1.25",
  "description": "All of your wishlists - now in one place.",
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.31987f00.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "background": {
    "service_worker": "background.732cf8dd.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost:28001/*",
      "https://*.wantlocker.com/*"
    ]
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "browser_style": true,
    "default_title": "Locker"
  },
  "icons": {
    "48": "./images/icon.png",
    "128": "./images/icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/LockerLogoLoFi.png",
        "images/enter.svg",
        "images/gift.svg",
        "images/gradient80.webp",
        "images/icon-dev.png",
        "images/icon.png",
        "images/left.svg",
        "images/lock.svg",
        "images/logotype.png",
        "images/logout.svg",
        "images/plus.svg",
        "images/right.svg",
        "images/search.svg",
        "images/share.svg",
        "images/x.svg",
        "images/onboarding/organize.webp",
        "images/onboarding/save.webp",
        "images/onboarding/view.webp",
        "images/tutorial/manually_open.webp",
        "content/App.js",
        "content/Navigator.js",
        "content/Root.js",
        "content.31987f00.js",
        "content/queries.js",
        "content/styles.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "content.0a1874e1.css"
      ]
    }
  ]
}