Prana

Your Personal Zen Dashboard

What is Prana?

Prana is a Chrome extension developed by Prana, and its main feature is "Your Personal Zen Dashboard".

Extension Screenshots

screenshot

Download Prana Extension CRX File

Download Prana extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Replace your new tab page with a personal zen dashboard reminding you to breathe.                    

Extension Basic Information

Name Prana Prana
ID eaemmogfoahhiajaciihbcceokpapkmb
Official URL https://chrome.google.com/webstore/detail/prana/eaemmogfoahhiajaciihbcceokpapkmb
Description Your Personal Zen Dashboard
File Size 5.64 MB
Installation Count 49
Current Version 0.1.0
Last Updated 2019-11-24
Publish Date 2019-11-24
Rating 4.67/5 Total 3 Ratings
Developer Prana
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prana",
    "description": "Your Personal Zen Dashboard",
    "version": "0.1.0",
    "browser_action": {
        "default_title": "Prana",
        "default_icon": "prana128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "prana16.png",
        "36": "prana36.png",
        "48": "prana48.png",
        "128": "prana128.png"
    }
}