| { |
| "name": "__MSG__pluginName__", |
| "description": "__MSG__pluginDescription__", |
| "manifest_version": 2, |
| "minimum_chrome_version": "21", |
| |
| "version": "1.1.5", |
| |
| "homepage_url": "https://chrome.google.com/webstore/detail/netbeans-connector/hafdlehgocfcodbgjnpecfajgkeejnaa", |
| |
| "background": { |
| "page": "html/main.html" |
| }, |
| |
| "devtools_page": "html/devtools.html", |
| |
| "options_page": "html/options.html", |
| |
| "page_action": { |
| "default_icon": "img/netbeans16.png", |
| "default_title": "Open NetBeans actions", |
| "default_popup": "html/popup.html" |
| }, |
| |
| "permissions": [ |
| "contextMenus", |
| "tabs", |
| "debugger", |
| "storage" |
| ], |
| |
| "content_security_policy": "default-src 'self'; connect-src ws://127.0.0.1:8008/", |
| |
| "icons": { |
| "16": "img/netbeans16.png", |
| "48": "img/netbeans48.png", |
| "128": "img/netbeans128.png" |
| }, |
| |
| "default_locale": "en" |
| |
| } |