LabelNow!

LabelNow!

Get label with best offer!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LabelNow!",
  "description": "Get label with best offer!",
  "version": "1.2",
  "manifest_version": 3,
  "author": {
    "email": "[email protected]"
  },
  "options_page": "options.html",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "https://www.labelnow.app/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "/img/icon16.png",
    "32": "/img/icon32.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "/img/icon16.png",
      "32": "/img/icon32.png",
      "48": "/img/icon48.png",
      "128": "/img/icon128.png"
    },
    "default_popup": "popup.html"
  }
}