Image companion

Image companion

Advance Image Viewer tool for your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.e5aacfc8.png",
    "32": "icon32.plasmo.70ab60e4.png",
    "48": "icon48.plasmo.85256b30.png",
    "64": "icon64.plasmo.8e2218bd.png",
    "128": "icon128.plasmo.57b26a85.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.e5aacfc8.png",
      "32": "icon32.plasmo.70ab60e4.png",
      "48": "icon48.plasmo.85256b30.png",
      "64": "icon64.plasmo.8e2218bd.png",
      "128": "icon128.plasmo.57b26a85.png"
    }
  },
  "version": "1.0.0",
  "author": "Pratik Badhe",
  "name": "Image companion",
  "description": "Advance Image Viewer tool for your browser",
  "background": {
    "service_worker": "background.05306960.js"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webNavigation",
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "tagAllImages.e971bd30.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.2c7ee213.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Toolbar.d4f7e581.js"
      ],
      "run_at": "document_start",
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "contents.59d1604f.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "Toolbar.2df4bfbb.png",
        "contents.59d1604f.css"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}