Synclify

Synclify

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.2577fc03.png",
    "32": "icon32.plasmo.d583dc1e.png",
    "48": "icon48.plasmo.e0fcfb1d.png",
    "64": "icon64.plasmo.e6259081.png",
    "128": "icon128.plasmo.96a1ede9.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.2577fc03.png",
      "32": "icon32.plasmo.d583dc1e.png",
      "48": "icon48.plasmo.e0fcfb1d.png",
      "64": "icon64.plasmo.e6259081.png",
      "128": "icon128.plasmo.96a1ede9.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.3.0",
  "author": "andrea",
  "name": "Synclify - Watch in sync with your friends",
  "description": "Create a watch party straight from your browser—works anywhere, ad-free.",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "autoInject.531cd00b.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "toast.c14ebe60.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "videoSelector.e0a39688.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://api.synclify.party/*",
    "http://localhost:3000/*"
  ],
  "optional_host_permissions": [
    "https://*/*"
  ],
  "optional_permissions": [
    "activeTab",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{eb8f96ca-d31a-4f74-89ad-c25045497adb}"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "toast.0a3905ba.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "videoSelector.07b6c34b.png",
        "toast.0a3905ba.css"
      ]
    }
  ]
}