mirror of
https://github.com/peter-tanner/Redirect-octopart-datasheets.git
synced 2024-11-30 11:00:18 +08:00
18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"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/*"
|
|
]
|
|
}
|