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",
"name": "Letterboxd Top 2000",
"description": "Shows the ranking of each of the top 2000 highest rated movies on their respective page.",
"version": "2.1",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/letterboxd.com\/film\/*",
"http:\/\/letterboxd.com\/film\/*"
],
"run_at": "document_idle",
"js": [
"content.js"
]
}
],
"icons": {
"16": "lb16.png",
"48": "lb48.png",
"128": "lb128.png"
},
"web_accessible_resources": [
{
"resources": [
"fire.svg"
],
"matches": [
"<all_urls>"
]
}
]
}