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": "Finance Pro",
"description": "Effortlessly manage your investment portfolio with Finance Pro!",
"version": "1.0.3",
"minimum_chrome_version": "88",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "images\/icon-16x16.png",
"48": "images\/icon-48x48.png",
"128": "images\/icon-128x128.png",
"256": "images\/icon-256x256.png",
"512": "images\/icon-512x512.png"
},
"action": {
"default_icon": "\/images\/icon-512x512.png",
"default_popup": "\/popup.html"
},
"options_page": "\/index.html",
"background": {
"service_worker": "background.js"
},
"permissions": [
"downloads",
"webRequest"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"web_accessible_resources": []
},
"host_permissions": [
"http:\/\/itoolkit.app\/*",
"https:\/\/itoolkit.app\/*",
"http:\/\/*.itoolkit.app\/*",
"https:\/\/*.itoolkit.app\/*"
]
}