Irish Landscapes

A new Irish landscape straight to your browser every day

What is Irish Landscapes?

Irish Landscapes is a Chrome extension developed by Kyle Stephens, and its main feature is "A new Irish landscape straight to your browser every day".

Extension Screenshots

screenshot

Download Irish Landscapes Extension CRX File

Download Irish Landscapes 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

                        Get a new Irish landscape straight to your browser every day                    

Extension Basic Information

Name Irish Landscapes Irish Landscapes
ID bmpfbljaafdnkhhgdidgdkopcnnacpcd
Official URL https://chromewebstore.google.com/detail/irish-landscapes/bmpfbljaafdnkhhgdidgdkopcnnacpcd
Description A new Irish landscape straight to your browser every day
File Size 176 KB
Installation Count 152
Current Version 0.1.3
Last Updated 2018-03-16
Publish Date 2018-03-16
Rating 3.00/5 Total 2 Ratings
Developer Kyle Stephens
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Irish Landscapes",
    "description": "A new Irish landscape straight to your browser every day",
    "version": "0.1.3",
    "browser_action": {
        "default_icon": "assets\/images\/logo\/logo_48.png",
        "default_title": "ireland"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/irelandbg-aedba.firebaseio.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "vendor\/js\/jquery.min.js",
            "assets\/js\/background.js"
        ]
    }
}