088c6e17e8
changes to remove inline scripts, update manifest version, fix make.js so compatibility.js isn't included for chrome. Due to new Chrome extension changes outlined at http://developer.chrome.com/extensions/manifestVersion.html
15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "uriloader@pdf.js",
|
|
"version": "0.1",
|
|
"description": "Read PDF Document",
|
|
"permissions": [
|
|
"webRequest", "webRequestBlocking",
|
|
"http://*/*.pdf", "https://*/*.pdf",
|
|
"file:///*/*.pdf"
|
|
],
|
|
"background": {
|
|
"page": "pdfHandler.html"
|
|
}
|
|
}
|