My Posh Way | A Sharing Tool for Poshmark

My Posh Way | A Sharing Tool for Poshmark

Sharing in a posh way. My Posh Way provides sharing extensions and tools to help resellers save time and money on sharing items.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "browser_action": {
    "16": "/images/mpw-16.png",
    "32": "/images/mpw-32.png",
    "48": "/images/mpw-48.png",
    "128": "/images/mpw-128.png",
    "default_popup": "popup.html"
  },
  "description": "Sharing in a posh way. My Posh Way provides sharing extensions and tools to help resellers save time and money on sharing items.",
  "externally_connectable": {
    "matches": [
      "*://*.poshmark.com/*",
      "*://*.poshmark.ca/*",
      "*://*.poshmark.au/*"
    ]
  },
  "homepage_url": "https://www.myposhway.com",
  "icons": {
    "16": "/images/mpw-16.png",
    "32": "/images/mpw-32.png",
    "48": "/images/mpw-48.png",
    "128": "/images/mpw-128.png"
  },
  "manifest_version": 2,
  "name": "My Posh Way | A Sharing Tool for Poshmark",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "https://myposhway.com/*"
  ],
  "version": "1.0.0"
}