decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
18 lines (14 loc) • 342 B
JSON
{
"manifest_version": 1,
"name": "Decentralized Internet",
"description": "Decentralized Internet SDK Interface Add-on",
"version": "1.0",
"background": {
"scripts": ["background.js"]
},
"permissions": ["tabs"],
"browser_action": {
"default_icon": "images/icon.png",
"default_title": "Welcome to the Decentralized Net!"
}
}