Get the beautiful flowers of Israel as your chrome new tab background, as well as a simplified screen!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}