why file:/// is not included in *://*/* in content script.
"content_scripts": [
{
"matches": ["*://*/*"],
"js": ["inject.js"]
}
]
by using this code is not injecting inject.js file opened from file manager.
or how to get this feature to file uri schemes?