Morning Person News

Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…

What is Morning Person News?

Morning Person News is a Chrome extension developed by morningpersonme, and its main feature is "Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…".

Extension Screenshots

screenshot

Download Morning Person News Extension CRX File

Download Morning Person News 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

                        Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. 
No distractions, only your selected number of cards, from your selected sources. Designed for busy morning people. 

Customization features and more sources will be added in V2.0

Powered by NewsApi.org                    

Extension Basic Information

Name Morning Person News Morning Person News
ID kgfknhcfnmaggolhnmgnbfgdaghokeha
Official URL https://chrome.google.com/webstore/detail/kgfknhcfnmaggolhnmgnbfgdaghokeha
Description Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…
File Size 472 KB
Installation Count 19
Current Version 1.4
Last Updated 2017-10-14
Publish Date 2017-10-14
Rating 5.00/5 Total 2 Ratings
Developer morningpersonme
Payment Type free
Extension Website http://www.morningperson.me
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Morning Person News",
    "short_name": "Real time news feed from multiple, reliable sources, using a clean and minimalist UI",
    "version": "1.4",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "optional_permissions": [
        "tabs",
        "topSites",
        "management",
        "bookmarks"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/scripts.js",
                "js\/bootstrap.min.js",
                "app.js",
                "news.js",
                "jquery-1.10.2.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com''sha256-base64 nonce encoded hash'; object-src 'self'"
}