Art Up Your Tab

Art Up Your Tab

Art Up Your Tab with carefully selected artworks from the rich collection of Europeana.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Art Up Your Tab",
  "version": "1.2.1",
  "short_name": "Art Up Your Tab",
  "description": "Art Up Your Tab with carefully selected artworks from the rich collection of Europeana.",
  "homepage_url": "http://art-tab.eu",
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "stART/stART.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "http://www.art-tab.eu/wp-content/"
  ]
}