AdventureTab

AdventureTab

Get a tops blooby adventure time quote and a slick AT wallpaper every time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Get a tops blooby adventure time quote and a slick AT wallpaper every time you open a new tab.",
  "manifest_version": 2,
  "name": "AdventureTab",
  "version": "0.0.5",
  "web_accessible_resources": [
    "AT_wallpaper.jpg"
  ],
  "permissions": [
    "storage"
  ]
}