Skip to main content

Questions tagged [manifest.json]

The `manifest.json` file is a JSON -formatted file that give you the ability to control your application and is the only file that every WebExtension must contain.

manifest.json
0 votes
0 answers
6 views

"display-override" field in my manifest.json flagging problem

"display_override": [ "standalone", "fullscreen", "minimal-ui", "window-controls-overlay", "browser" ], Above is a ...
userNameAsString's user avatar
0 votes
0 answers
23 views

Chrome extension manifest file and content_security_policy and inline JS script

I'm using https://github.com/mingyaulee/Blazor.BrowserExtension to make a Chrome browser extension using Blazor WASM / Webassembly. The library generates the HTML and JS for the extension, one of the ...
levis84's user avatar
  • 1,034
0 votes
0 answers
27 views

Outlook Web Add In Request API problems

I am sending API request in Outlook web add-in project. But the request does not receive any return. There is no return such as Error, Success. The request did not go. Is this problem related to ...
Cihan's user avatar
  • 1
0 votes
0 answers
48 views

Vite manifest not found Exception

My application was working normally until yesterday morning. Since this morning I have encountered this problem and unfortunately all my attempts to resolve it have yielded nothing. My laravel version ...
simplice wambe's user avatar
0 votes
0 answers
20 views

While running server.js in kubernetes pods getting errors connect ETIMEDOUT

Error connecting to the database server: Error: connect ETIMEDOUT at Connection._handleTimeoutError (/usr/src/app/node_modules/mysql2/lib/connection.js:205:17) at listOnTimeout (internal/timers.js:557:...
Pranay Masurkar's user avatar
0 votes
0 answers
42 views

How can I make sure that my manifest.json is fetched in a Progressive Web App (PWA)?

I am building a simple Progressive Web App. I pushed my app to a subfolder on my website, and when I ran the Lighthouse audit in Chrome it failed the PWA audit because "Web app manifest or ...
kp42's user avatar
  • 13
0 votes
0 answers
12 views

Chrome extension Error Invalid value for 'permissions[0]'. Manifest.json

I've been trying to make a chrome extension but keep running into the same problem over and over again when trying to load it in chrome. Error Invalid value for 'permissions[0]'. Could not load ...
Vierentwintig's user avatar
0 votes
0 answers
21 views

Set React app manifest.json start_url to dynamic uuid

I'm building a React App where users can have savable profiles. Each profile goes by https://myApp/uuid where uuid changes with every user profile. How can I dynamically change my manifest.json file ...
Horkos's user avatar
  • 331
0 votes
0 answers
58 views

Outlook version 2403 doesn't show an addin when using requirement set 1.13

We have implemented a web addin using Outlook.js that shows in the task pane when an email is read. Now we need to use this addin also when multiple email are selected, so following the Microsoft ...
Marcello Rosciano's user avatar
0 votes
0 answers
19 views

wordpress theme with manifest.json forwards to wrong path

I'm trying to add my wordpress page to my home screen. By default, when I select 'add to home screen' on an iOS device, the bookmark saves the path "/wp-content/themes/... instead of "/"...
Tony Caterev's user avatar
0 votes
0 answers
41 views

Chrome extension automatically click a button when it appears?

I am trying to click automatically a "don't logout button" when it appears. I managed to click it manually with a popup in the chrome-extension. But it would be nice if the button will be ...
protter's user avatar
  • 131
1 vote
2 answers
53 views

The JavaScript code runs in the Popup windows, but not on the website I am browsing

so I am building a function that will change the background color of a website I am browsing, but when I click on the change color button, it only changes the background color of the popup.html, not ...
Jack Bahjat's user avatar
0 votes
0 answers
36 views

manifest.json issue - chrome extension

I'm having trouble with following one of the first examples in the developer documentation for making chrome extentions. But this json in the manifest file is returning an error and I have absolutely ...
Kosain Abro's user avatar
0 votes
0 answers
14 views

Error using command to trigger extension's popup to open: Receiving end does not exist

I'm trying to build a chrome extension and all other functions from background.js are working fine, but the one that's supposed to use a keyboard shortcut command to open the extensions popup. All ...
marcelovillasboas's user avatar
0 votes
0 answers
67 views

Chrome extension Insecure CSP value

Insecure CSP value in chrome extension. { "manifest_version": 3, "name": "ASDF", "version": "1.0", "description": "ASDF", ...
user24455281's user avatar

15 30 50 per page
1
2 3 4 5
39