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": "Imagus Reborn",
"version": "2025.11.22",
"description": "__MSG_APP_DESCRIPTION__",
"default_locale": "en",
"homepage_url": "https:\/\/www.reddit.com\/r\/Imagus",
"icons": {
"128": "common\/img\/icon.png"
},
"action": [],
"permissions": [
"alarms",
"downloads",
"history",
"storage",
"userScripts"
],
"host_permissions": [
"*:\/\/*\/*"
],
"incognito": "split",
"background": {
"service_worker": "background\/service.js"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
}
}