I'm new in Devloper so not familiar about few things.
Can anyone help me adding Permission Justification?
PERMISSION JUSTIFICATION A permission is either one of a list of known strings, such as "activeTab", or a match pattern giving access to one or more hosts.
tabs _________________________________________ ?
activeTab _________________________________________ ?
Host Permission _________________________________________ ? A host permission is any match pattern specified in the "permissions" and "content_scripts" fields of the extension manifest.
I'm not sure what exactly to fill on this. Still learing. If anyone can help me with this? I'd really appreciate it.
I'm using below manifest.json
"permissions": [ "storage", "tabs", "activeTab", ":///", "http:///", "https:///*" ], "update_url": "https://clients2.google.com/service/update2/crx", "version": "2", "web_accessible_resources": [ "options.html", "Privacy-Policy.html" ] }