{
"manifest_version": 3,
"name": "i am trying",
"description": "Base Level Extension",
"version": "1.0",
"action": {
"default_popup": "untitled-1.hmtl",
"default_icon": "hello_extensions.png"
}
}
//next (not the same file)
untitled-1.html
<!DOCTYPE html>>
<head>
<h1> IM TRYING PLEASE </h1>
<body>
<button> google classroom </button>
</a>
<button> google docs </button>
</a>
</body>
//next (not the same file)
untitled-2.css
{
text-align: center;
font-family: "Source Sans Pro", sans-serif;
font-weight: heavy;
}
// please help :(