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": "Ai Graph Analysis",
"version": "1.2",
"description": "AI \u0430\u043d\u0430\u043b\u0438\u0437 \u0433\u0440\u0430\u0444\u0438\u043a\u043e\u0432 \u0431\u0438\u043d\u0430\u0440\u043d\u044b\u0445 \u043e\u043f\u0446\u0438\u043e\u043d\u043e\u0432, forex, \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442",
"permissions": [
"activeTab",
"scripting",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "logo\/icon.png",
"48": "logo\/logo-48.png",
"128": "logo\/logo-128.png"
}
},
"content_scripts": [
{
"js": [
"main\/site.js"
],
"css": [],
"matches": [
"<all_urls>"
]
}
],
"side_panel": {
"default_path": "popup.html"
}
}