StarLiner

StarLiner

Create and View NFTs as you browse the web — 100% FREE!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "StarLiner",
  "action": {},
  "description": "Create and View NFTs as you browse the web — 100% FREE!",
  "version": "0.0.7",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "sidebar.html",
        "video-iframe.html",
        "modal.html",
        "img/*",
        "fonts/*",
        "css/*",
        "js/*"
      ]
    }
  ],
  "icons": {
    "16": "img/icons/16.png",
    "48": "img/icons/48.png",
    "128": "img/icons/128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+I"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js",
        "js/featured-creator.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}