Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Nov 10, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Eloo",
"description": "",
"version": "0.1.17",
"manifest_version": 3,
"icons": {
"16": "img\/logo16.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"action": {
"default_title": "Eloo AI",
"default_icon": "img\/logo48.png"
},
"options_page": "options.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-CdUjGgX4.js"
],
"matches": [
"https:\/\/*.atlassian.net\/wiki\/*",
"https:\/\/docs.google.com\/document\/*",
"https:\/\/*.atlassian.net\/browse\/*",
"https:\/\/*.atlassian.net\/jira\/software\/*",
"https:\/\/*.atlassian.net\/*",
"https:\/\/www.notion.so\/*"
],
"css": [
"src\/contentScript\/btn-styles.css",
"assets\/Button-Bh76j7cs.css"
]
},
{
"js": [
"assets\/injectMessageListenerFile.ts-loader-BcsNdXwO.js"
],
"matches": [
"https:\/\/app.eloo.ai\/*",
"http:\/\/localhost:5173\/*",
"https:\/\/app.eloodev.com\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"img\/logo16.png",
"img\/logo48.png",
"img\/logo128.png",
"svgs\/3-dots-fade.svg",
"src\/tailwind\/output.css",
"src\/contentScript\/btn-styles.css",
"src\/contentScript\/injectMessageListenerFile.ts",
"src\/config.ts"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/*.atlassian.net\/*",
"https:\/\/*.atlassian.net\/*",
"https:\/\/*.atlassian.net\/*",
"https:\/\/*.atlassian.net\/*",
"https:\/\/docs.google.com\/*",
"https:\/\/www.notion.so\/*"
],
"resources": [
"assets\/chunk-EPm2Ou0U.js",
"assets\/chunk-CME1IKpM.js",
"assets\/chunk-DOG0YATd.js",
"assets\/chunk-DWAeIEmZ.js",
"assets\/chunk-nQqSXxJ5.js"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/localhost:5173\/*",
"https:\/\/app.eloo.ai\/*",
"https:\/\/app.eloodev.com\/*"
],
"resources": [
"assets\/chunk-DOG0YATd.js",
"assets\/chunk-D_urZ09n.js"
],
"use_dynamic_url": false
}
],
"permissions": [
"sidePanel",
"storage",
"tabs",
"contextMenus"
],
"host_permissions": [
"*:\/\/api.eloodev.com\/*",
"*:\/\/api.eloo.ai\/*"
]
}