Synclify - Watch in sync with your friends

Synclify - Watch in sync with your friends

Create a watch party straight from your browser—works anywhere, ad-free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.60403714.png",
    "32": "icon32.plasmo.8e850565.png",
    "48": "icon48.plasmo.37989d43.png",
    "64": "icon64.plasmo.a993afcb.png",
    "128": "icon128.plasmo.9b3294c4.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.60403714.png",
      "32": "icon32.plasmo.8e850565.png",
      "48": "icon48.plasmo.37989d43.png",
      "64": "icon64.plasmo.a993afcb.png",
      "128": "icon128.plasmo.9b3294c4.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.2.2",
  "author": "andrea",
  "name": "Synclify - Watch in sync with your friends",
  "description": "Create a watch party straight from your browser—works anywhere, ad-free.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "autoInject.225d29d5.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "videoSelector.698e9917.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "toast.ce6e4beb.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://api.synclify.party/*",
    "http://localhost:3000/*"
  ],
  "optional_host_permissions": [
    "https://*/*"
  ],
  "optional_permissions": [
    "activeTab",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "videoSelector.554f5b22.png",
        "videoSelector.eb9e9768.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "videoSelector.554f5b22.png",
        "videoSelector.eb9e9768.css"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}