When opening a new tab, the whole screen is just black, and it appears as if it's loading forever. The issue is because when using reddit's search.json endpoint, it gives a 403 error, due to CORS. I tested it locally and it can be fixed by simply adding https://www.reddit.com/* to manifest.json host_permissions list.
When opening a new tab, the whole screen is just black, and it appears as if it's loading forever. The issue is because when using reddit's search.json endpoint, it gives a 403 error, due to CORS. I tested it locally and it can be fixed by simply adding
https://www.reddit.com/*to manifest.jsonhost_permissionslist.