Inspect and view changes in Superlio.ai source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Superlio.ai",
"description": "Superlio.ai: Your co-pilot to engage with your DreamInfluncers on LinkedIn to generate High-Quality leads and a massive pipeline.",
"version": "0.0.9",
"manifest_version": 3,
"background": {
"service_worker": "/js/background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"http://*/",
"https://*/"
],
"action": {
"default_popup": "popup.html",
"default_icon": "/images/icon-16.png"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"css": [
"/css/dream100.css"
],
"js": [
"/js/jquery.min.js",
"/js/arrive.js",
"/js/dream100.js"
]
}
],
"icons": {
"16": "/images/icon-16.png",
"32": "/images/icon-32.png",
"48": "/images/icon-48.png",
"128": "/images/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"/images/icon-16.png",
"/images/icon-20.png",
"/images/icon-32.png",
"/images/icon-48.png",
"/images/logo.png",
"/images/check-mark.gif",
"/images/tick.png",
"/images/cross.png",
"/images/warning.png",
"/images/play.png",
"/images/pause.png",
"/images/loading.gif",
"/images/lock.png",
"/images/unlock.png",
"/images/lock.svg",
"/images/unlock.svg"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
}