Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"short_name": "YSM",
"description": "__MSG_description__",
"author": "Dmitry Nabok",
"homepage_url": "https:\/\/pockettube.io\/",
"default_locale": "en",
"options_page": "\/pockettube-app\/dist\/index.html",
"version": "3.0.0",
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"\/build\/app.js",
"\/purify2.min.js"
],
"css": [
"context.css"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "\/build\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"\/build\/ut.js",
"\/purify2.min.js",
"\/pockettube-app\/dist\/*",
"\/page\/login.html",
"icon\/*"
],
"matches": [
"https:\/\/*.youtube.com\/*"
]
}
],
"permissions": [
"alarms",
"storage",
"unlimitedStorage",
"identity",
"contextMenus",
"webRequest"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*"
],
"action": {
"default_icon": {
"16": "icon\/icon_16.png",
"48": "icon\/icon_48.png",
"128": "icon\/icon_128.png"
},
"default_popup": "\/pockettube-app\/dist\/index.html",
"default_title": "PocketTube: Youtube PlayList Manager"
},
"icons": {
"16": "icon\/icon_16.png",
"48": "icon\/icon_48.png",
"128": "icon\/icon_128.png"
},
"oauth2": {
"client_id": "579336474196-vvopcc4b0to7aal97pab6pgpks89qb8b.apps.googleusercontent.com",
"scopes": [
"profile",
"https:\/\/www.googleapis.com\/auth\/drive.appdata",
"https:\/\/www.googleapis.com\/auth\/youtube.readonly"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkxzL19Hk2fXGUg6lEw70iKrMXC9kP4Aq4YChYF7UDCqChYRSufSpKgicf3nu5TTXKtjW\/2UgHoPd1hXmF4rthA26YM7C1TMJ7kahyLL57OJqgNlpV7Sr1Ba4bWHjzr3450YpmKtz6S2EjYFqQ5Dsy8OQBV3plxKcttTtVmDSExDCUhwH6ChZIps+wK\/VHNBD4yRy1B+7DMb157yldQTGa8kqfJXCZ1edXkjOrfnxATU1XNhcQL+kPOpx93fdoWgqr7NCdLe1nBMi\/7ChQAxhY2IOZkY4QKDxTIbrmn9i5xRjxTSK1b\/MipcwY1wiVrVZlmJpQhGMCfITYgLEkU5BmQIDAQAB"
}