Rémi Benoit | 84fa712 | 2015-11-03 00:06:55 +0100 | [diff] [blame] | 1 | { |
| 2 | "background": { |
| 3 | "scripts": [ "ext-onetab-concatenated-sources-background.js" ] |
| 4 | }, |
| 5 | "browser_action": { |
| 6 | "default_icon": { |
| 7 | "19": "images/icon19.png", |
| 8 | "38": "images/icon38.png" |
| 9 | } |
| 10 | }, |
| 11 | "commands": { |
| 12 | "display-onetab": { |
| 13 | "description": "Display OneTab", |
| 14 | "suggested_key": { |
| 15 | "default": "Alt+Shift+1" |
| 16 | } |
| 17 | }, |
| 18 | "send-current-tab-to-onetab": { |
| 19 | "description": "Send the current tab to OneTab", |
| 20 | "suggested_key": { |
| 21 | "default": "Alt+Shift+2" |
| 22 | } |
| 23 | } |
| 24 | }, |
| 25 | "content_scripts": [ { |
| 26 | "js": [ "ext-onetab-concatenated-sources-contentscript.js" ], |
| 27 | "matches": [ "http://*/*", "https://*/*" ] |
| 28 | } ], |
| 29 | "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'", |
| 30 | "description": "Save up to 95% memory and reduce tab clutter", |
| 31 | "icons": { |
| 32 | "128": "images/extension-icon128.png", |
| 33 | "16": "images/extension-icon16.png", |
| 34 | "48": "images/extension-icon48.png" |
| 35 | }, |
| 36 | "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDs2r/nSa4MRBoDT1pBx+Q9gI0JaTBaIrsD4uKT9oA4HUF2xboeOA1BDw3lmoJ4G8BL0tAbJTcEnxlkTsCY7C413MojaeDZy4pza3RJqkMAKiJisl8t8eiP+c0ox3l1syb1xmI7EEIouXIxlCX8LGoguB0AuWtunGLCjiLoM2vJLQIDAQAB", |
| 37 | "manifest_version": 2, |
| 38 | "name": "OneTab", |
| 39 | "options_page": "options.html", |
| 40 | "permissions": [ "tabs", "\u003Call_urls>", "webRequest", "webRequestBlocking", "contextMenus" ], |
| 41 | "update_url": "https://clients2.google.com/service/update2/crx", |
| 42 | "version": "1.7" |
| 43 | } |