Redirect-octopart-datasheets/manifest.json

18 lines
409 B
JSON
Raw Permalink Normal View History

2023-06-18 15:29:10 +08:00
{
"manifest_version": 2,
"name": "Redirect Octopart datasheets",
"version": "1.0",
"description": "View the original datasheet PDF in the browser's native PDF viewer instead of the Octopart's HTML PDF viewer.",
"background": {
"persistent": true,
"scripts": ["background.js"]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"https://octopart.com/datasheet/*"
]
}