https://github.com/elifesciences-publications/ili
Raw File
Tip revision: 95490e5a453dcdefe4627d6a8dfc32ec5b1ce92c authored by Theodore Alexandrov on 05 May 2017, 20:24:00 UTC
Updated copyright for 2017
Tip revision: 95490e5
manifest.json
{
    "name": "`ili",
    "description": "`ili: A toolbox for molecular mapping in 2D and 3D. Map your spatial molecular data onto photos, geographical maps, and 3D surfaces.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [ "chromext-background.js" ]
    },
    "requirements": {
        "3D": {
            "features": [ "webgl" ]
        }
    },
    "browser_action": {
        "default_icon": {
            "48": "img/logo_48.png"
        }
    },
    "icons": {
        "48": "img/logo_48.png",
        "128": "img/logo_128.png",
        "512": "img/logo_512.png"
    }
}
back to top