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": "Portfolio Nepal",
"version": "0.11.0.0",
"description": "Chrome Extension of Portfolio Nepal for your comfort.",
"permissions": [
"storage",
"tabs",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"assets\/tailwind.css"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scraper.js",
"floatingWindow.js",
"test.js"
]
}
],
"action": {
"default_popup": "index.html",
"default_title": "Portfolio Nepal",
"default_icon": {
"16": "images\/logo.png",
"48": "images\/logo.png",
"128": "images\/logo.png"
}
}
}