Squadded - Shopping Party

Squadded - Shopping Party

Shop together with your friends in your favorite online fashion stores with Squadded Shopping Party

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Squadded - Shopping Party",
  "version": "0.0.6",
  "manifest_version": 2,
  "description": "Shop together with your friends in your favorite online fashion stores with Squadded Shopping Party",
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentscript.js"
      ],
      "css": [
        "squadded-integration.css"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.squad-shopping.com/*",
      "https://*.squadded.co/*"
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "merchants-dict.js",
    "integration.js"
  ]
}