Netsuite Sphynx

Netsuite Sphynx

Help you use NetSuite in the efficient way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Netsuite Sphynx",
  "description": "Help you use NetSuite in the efficient way.",
  "version": "0.3.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "./background.js",
    "type": "module"
  },
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "https://*.netsuite.com/*"
  ],
  "icons": {
    "16": "/images/icon.png",
    "32": "/images/icon.png",
    "48": "/images/icon.png",
    "128": "/images/icon.png"
  },
  "options_page": "hello.html"
}