Tab of Art

Tab of Art

Feast Your Eyes Before You Browse

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab of Art",
  "description": "Feast Your Eyes Before You Browse",
  "version": "1.4.0",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "https://*.krekib.com/"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "index/index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  }
}