Files
qt-docs-links-fixer/manifest.json
Daniel Brunner 0f7f6296f3 Added request.js
2018-01-19 09:32:20 +01:00

12 lines
272 B
JSON

{
"manifest_version": 2,
"name": "Qt docs links fix",
"description": "This extension fixes old Qt docs links.",
"version": "1.0",
"permissions": [ "webRequest", "webRequestBlocking", "<all_urls>", "tabs" ],
"background": {
"scripts": ["request.js"]
}
}