DeviantArt Slideshow

DeviantArt Slideshow

Beautiful art from DeviantArt.com in your new tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DeviantArt Slideshow",
  "version": "0.9.2",
  "manifest_version": 2,
  "description": "Beautiful art from DeviantArt.com in your new tabs",
  "author": "Ben Benhorin",
  "homepage_url": "https://deviantart.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": true
  },
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  },
  "permissions": [
    "https://www.deviantart.com/",
    "storage"
  ]
}