add manifist to html
<link rel="manifest" href="/manifest.webmanifest">
add manifist to html
<link rel="manifest" href="/manifest.webmanifest">
manifest.json basic structure
//this is the basic structure of the manifest.json of browser extensions
{
"name":"demo",
"version":"1.1",
"manifest_version":2,
"description":"a demo extesion for learning purpose",
"browser_action":{
"default_title":"a demo title",
"default_popup":"popup.html"
},
"permissions": ["http://*", "https://*" ]
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us