| 1 | { |
| 2 | "name": "Drill DNSSEC Validator. Using NPAPI plugin to launch Drill utility available in ldns package.", |
| 3 | "version": "0.1", |
| 4 | "description": "", |
| 5 | "icons": { |
| 6 | "128": "security-high.png", |
| 7 | "16": "security-high.png", |
| 8 | "32": "security-high.png", |
| 9 | "48": "security-high.png" |
| 10 | }, |
| 11 | "background_page": "background.html", |
| 12 | "options_page": "options.html", |
| 13 | "page_action": { |
| 14 | "default_icon": "gtk-dialog-question.png", // required |
| 15 | "default_title": "DNSSEC Validator" // optional; shown in tooltip |
| 16 | //,"default_popup": "popup.html" // optional |
| 17 | }, |
| 18 | "plugins": [ |
| 19 | { "path": "npexec.so", "public": false } |
| 20 | /*{ "path": "npexec64.so" }, |
| 21 | { "path": "npexec.dll" }*/ |
| 22 | ], |
| 23 | "permissions": [ |
| 24 | "tabs" |
| 25 | ] |
| 26 | } |