Amazing Tab

Amazing Tab

Turn your new tab into an animal abode!

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "64": "icon-64.png",
      "128": "icon-128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Turn your new tab into an animal abode!",
  "icons": {
    "16": "icon-16.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj4WvKboD0WcUJOE1jHjw1gEPHF9CupNfbINLUFR3VxMR5d4mJvYRs0fXv1vfuDR3pDvHKkSTPMoAztcooFqL6jsJIz+MFuHvv9lGBGJX0Wo3IlNU+uJwZQlzxVOcX1/UCF5ftoMLu2hgRGJ2/vr6ScV05rZSgg61QGPuB2YZ9hDBdAcmJbGCAZkak2XYwPKs7k+kHNkDbfbEodJS+y437mK7/ux8Nyyq2EQ1I40xJpl5Ac5kZxV0b7Gs5/GsVPtSJ7zOBZzpwu5+gNln/8DypMI/+lK95A1oIc/2qSJO4G6HA7l7OWA9dc898xv1Y04xZHCbG3GlVIW2tWoEUoQpZQIDAQAB",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "Amazing Tab",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0"
}