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",
"icons": {
"16": "icon16.plasmo.b05b1c02.png",
"32": "icon32.plasmo.95822fce.png",
"48": "icon48.plasmo.d66eb54b.png",
"64": "icon64.plasmo.c1497236.png",
"128": "icon128.plasmo.e6b9cddd.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.b05b1c02.png",
"32": "icon32.plasmo.95822fce.png",
"48": "icon48.plasmo.d66eb54b.png",
"64": "icon64.plasmo.c1497236.png",
"128": "icon128.plasmo.e6b9cddd.png"
},
"default_popup": "popup.html"
},
"version": "0.2.8",
"name": "ARO Lite",
"description": "Browser Extension Node for ARO Network",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"storage",
"scripting",
"offscreen",
"tabs",
"alarms"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"handler.e6ce6152.js"
],
"css": []
}
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"wss:\/\/*\/*",
"ws:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"tabs\/offscreen.html"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'"
}
}