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": "Restore Retired Netflix Profile Icons",
"version": "11.5.0",
"description": "Restores 900+ retired Netflix profile icons. Browse by show, filter by category, and set any as your profile pic across all devices!",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/*.netflix.com\/*"
],
"js": [
"icons-db.js",
"image-cache.js",
"tags.js",
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"page-bridge.js"
],
"matches": [
"*:\/\/*.netflix.com\/*"
]
}
],
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}