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": "Ollo: Brand Monitoring and Social Listening",
"description": "",
"version": "1.1.0",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"96": "icons\/96.png",
"128": "icons\/128.png"
},
"permissions": [
"storage",
"alarms",
"tabs",
"sidePanel"
],
"host_permissions": [
"http:\/\/localhost\/*",
"https:\/\/*.ollo.so\/*",
"https:\/\/*.ollolistens.com\/*",
"http:\/\/localhost:3000\/*"
],
"action": {
"default_title": "Ollo - Social Listening"
},
"externally_connectable": {
"matches": [
"http:\/\/localhost\/*",
"https:\/\/*.ollo.so\/*",
"https:\/\/*.ollolistens.com\/*"
]
},
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.google.com\/*"
],
"js": [
"content-scripts\/content.js"
]
},
{
"matches": [
"http:\/\/localhost\/*",
"https:\/\/*.ollo.so\/*",
"https:\/\/*.ollolistens.com\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/token-sync.js"
]
}
]
}