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": "Multiple Lite Node",
"description": "Multiple Lite Node",
"version": "1.0.4",
"action": {
"default_popup": "index.html",
"default_icon": "favicon.png"
},
"permissions": [
"alarms",
"storage"
],
"host_permissions": [
"https:\/\/api.app.multiple.cc\/*"
],
"background": {
"service_worker": "background\/index.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.app.multiple.cc\/*"
],
"js": [
"content\/index.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "favicon.png",
"32": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
}
}