Inspect and view changes in ListPar source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "ListPar",
"version": "1.0",
"author": "Eray Karatas",
"description": "Create and Share Movie / Anime / Game / Drama / Book Lists",
"icons": {
"16": "favicons/16x16.png",
"32": "favicons/32x32.png",
"48": "favicons/60x60.png",
"128": "favicons/120x120.png"
},
"action": {
"default_icon": "favicon.png",
"default_popup": "popup.html",
"default_ptitle": "ListPar by Eray Karatas"
},
"content_scripts": [
{
"matches": [
"https://www.imdb.com/*",
"https://myanimelist.net/*",
"https://mydramalist.com/*",
"https://www.rottentomatoes.com/*",
"https://www.goodreads.com/",
"https://9anime.to/watch/*",
"https://www.sinemalar.com/*",
"https://www.beyazperde.com/*",
"https://asura.gg/*",
"https://flamescans.org/*",
"https://mangakakalot.com/*",
"https://*.steampowered.com/*",
"https://myanimelist.net/*",
"https://myanimelist.net/*",
"https://myanimelist.net/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"activeTab",
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}