Newbox.app

Newbox.app

Customize And Innovative Deliveries!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": {
    "email": "[email protected]"
  },
  "name": "Newbox.app",
  "description": "Customize And Innovative Deliveries!",
  "version": "2.1",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.newbox.app/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/img/icon16.png",
      "32": "/img/icon32.png",
      "48": "/img/icon48.png",
      "128": "/img/icon128.png"
    }
  },
  "icons": {
    "16": "/img/icon16.png",
    "32": "/img/icon32.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "options_page": "options.html"
}