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",
"short_name": "SPIP",
"name": "Smart Picture in Picture",
"description": "Watch videos with Picture-in-Picture and ad-free youtube videos with viettub.com",
"icons": {
"16": "favicon.png",
"32": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
},
"action": {
"default_icon": {
"16": "favicon.png",
"32": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
}
},
"manifest_version": 3,
"version": "1.0.0.0",
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Alt+P",
"mac": "Alt+P",
"chromeos": "Alt+P",
"linux": "Alt+P"
}
}
},
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
},
"background": {
"service_worker": "background.js"
},
"externally_connectable": {
"matches": [
"https:\/\/*.viettube.com\/*",
"http:\/\/localhost:3000\/*"
]
}
}