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": "MangaPark Image Fix",
"description": "Simple extension to fix MangaPark's temporary issue with image loading",
"version": "1.1.0",
"manifest_version": 3,
"permissions": [
"scripting",
"activeTab"
],
"host_permissions": [
"http:\/\/*.mangapark.net\/*",
"https:\/\/*.mangapark.net\/*"
],
"action": {
"default_popup": "mangapark.html",
"default_icon": "mangapark.png"
}
}