Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.72e8bd43.png",
"32": "icon32.plasmo.328efb7e.png",
"48": "icon48.plasmo.1b6c20e9.png",
"64": "icon64.plasmo.6c816b7b.png",
"128": "icon128.plasmo.74615566.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.72e8bd43.png",
"32": "icon32.plasmo.328efb7e.png",
"48": "icon48.plasmo.1b6c20e9.png",
"64": "icon64.plasmo.6c816b7b.png",
"128": "icon128.plasmo.74615566.png"
},
"default_popup": "popup.html"
},
"version": "0.3.2",
"author": "andrea",
"name": "Synclify - Watch in sync with your friends",
"description": "Create a watch party straight from your browser \u2014 works anywhere, ad-free.",
"background": {
"service_worker": "static\/background\/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"autoInject.5eb6daa2.js"
],
"all_frames": true,
"run_at": "document_end",
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"toast.fd09c6d2.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"videoSelector.b1a60c3c.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": [
"toast.3de48937.css"
]
},
{
"matches": [
"<all_urls>"
],
"resources": [
"videoSelector.ab816d76.png",
"toast.3de48937.css"
]
}
]
}