This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/roles/jibri-install/files/chrome-extension-cookie/manifest.json
T
2021-04-28 15:43:34 +00:00

19 lines
362 B
JSON

{
"name": "Force cookie extension",
"version": "1.0.0",
"description": "Will set cookie for particular domain",
"background": {
"scripts": ["background.js"],
"persistent": false
},
"storage": {
"managed_schema": "schema.json"
},
"permissions": [
"storage",
"cookies",
"\u003Call_urls\u003E"
],
"manifest_version": 2
}