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": "Sarallagani",
"description": "Chrome Extension of Sarallagani for your comfort.",
"version": "0.2.0.0",
"manifest_version": 3,
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"*:\/\/*.portfolio.sarallagani.com\/*"
],
"action": {
"default_popup": "index.html",
"default_title": "Sarallagani",
"default_icon": {
"16": "images\/logo.png",
"48": "images\/logo.png",
"128": "images\/logo.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scraper.js",
"visualizer.js",
"floatingWindow.js",
"test.js"
]
}
]
}