Flowers of Israel #1

Flowers of Israel #1

Get the beautiful flowers of Israel as your chrome new tab background, as well as a simplified screen!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "Flowers of Israel"
  },
  "chrome_url_overrides": {
    "newtab": "home.html"
  },
  "description": "Get the beautiful flowers of Israel as your chrome new tab background, as well as a simplified screen!",
  "icons": {
    "128": "images/128_round_icon.png"
  },
  "manifest_version": 2,
  "name": "Flowers of Israel #1",
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "1.0.2"
}