Permalink
Cannot retrieve contributors at this time
26 lines (26 sloc)
556 Bytes
| { | |
| "manifest_version": 2, | |
| "name": "__MSG_extensionName__", | |
| "description": "__MSG_extensionDescription__", | |
| "version": "6.9.1", | |
| "applications": { | |
| "gecko": { | |
| "id": "openwith@darktrojan.net", | |
| "strict_min_version": "67.0a1" | |
| } | |
| }, | |
| "author": "Geoff Lankow", | |
| "homepage_url": "https://github.com/darktrojan/openwith", | |
| "icons": { | |
| "16": "content/openwith16.png", | |
| "32": "content/openwith32.png", | |
| "64": "content/openwith64.png" | |
| }, | |
| "default_locale": "en", | |
| "legacy": { | |
| "options": { | |
| "page": "about:openwith", | |
| "open_in_tab": true | |
| } | |
| } | |
| } |