Smilebox Tab

Smilebox Tab

With Smilebox Tab you get fast access to your favorite sites and to the amazing selection of Smilebox ecards for all occasions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smilebox Tab",
  "description": "With Smilebox Tab you get fast access to your favorite sites and to the amazing selection of Smilebox ecards for all occasions",
  "version": "1.0.3",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "smilebox_icon_128x128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ]
}