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",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"short_name": "subs-imp-ext-for-yt",
"version": "1.5.2",
"author": "LimbusCode",
"background": {
"service_worker": "background.js"
},
"content_scripts": [],
"action": {
"default_popup": "popup.html",
"default_title": "YouTube Subscriptions Importer"
},
"permissions": [
"storage",
"tabs",
"scripting",
"clipboardWrite",
"notifications"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/youtube.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/*.png"
],
"matches": [
"https:\/\/*.youtube.com\/*"
]
}
],
"icons": {
"32": "\/images\/32x32.png",
"128": "\/images\/128x128.png"
}
}