Karma - New Tab Extension

Karma - New Tab Extension

Immerse in awesome Nature photographs with this new tab Chrome extension! Stay Fresh, Stay Focused! :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Karma - New Tab Extension",
  "short_name": "Karma",
  "description": "Immerse in awesome Nature photographs with this new tab Chrome extension! Stay Fresh, Stay Focused! :) ",
  "version": "2.2",
  "chrome_url_overrides": {
    "newtab": "DashBoard.html"
  },
  "icons": {
    "16": "icons/icon_v1_16x16.png",
    "48": "icons/icon_v1_48x48.png",
    "128": "icons/icon_v1_128x128.png"
  },
  "permissions": [
    "storage"
  ]
}