Puvath Reader

Read the latest Sri Lankan News directly from your browser.

What is Puvath Reader?

Puvath Reader is a Chrome extension developed by http://www.puvath.lk, and its main feature is "Read the latest Sri Lankan News directly from your browser.".

Extension Screenshots

screenshot

Download Puvath Reader Extension CRX File

Download Puvath Reader 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

                        Keep up to date with the latest Sri Lankan news. No need to visit thousands of news sites to read news anymore. Gossip news, Political news, Sports news all in one place. 

Sri Lanka's First ever News Addon by Puvath.lk.

http://www.puvath.lk                    

Extension Basic Information

Name Puvath Reader Puvath Reader
ID ljmdddjjglognmjabocecnpejkjfpiii
Official URL https://chrome.google.com/webstore/detail/puvath-reader/ljmdddjjglognmjabocecnpejkjfpiii
Description Read the latest Sri Lankan News directly from your browser.
File Size 680 KB
Installation Count 567
Current Version 1.2
Last Updated 2015-03-19
Publish Date 2015-03-19
Rating 4.62/5 Total 13 Ratings
Developer http://www.puvath.lk
Email [email protected]
Payment Type free
Extension Website http://www.puvath.lk
Privacy Policy Page URL http://www.bhasha.lk/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Puvath Reader",
    "short_name": "Puvath Reader",
    "version": "1.2",
    "description": "Read the latest Sri Lankan News directly from your browser.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/puvath.lk\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/puvath.lk\/*",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Puvath Reader",
        "default_popup": "popup.html"
    }
}