UX Quotes: Quotes on User Experience Design

UX Quotes: Quotes on User Experience Design

Get inspired by beautiful minimal wallpapers and quotes on User Experience Design 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",
  "manifest_version": 2,
  "name": "UX Quotes: Quotes on User Experience Design",
  "short_name": "UX Quotes",
  "description": "Get inspired by beautiful minimal wallpapers and quotes on User Experience Design every time you open a new tab.",
  "author": "UX Choice",
  "homepage_url": "https://uxchoice.com/ux-quotes",
  "version": "1.13",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "geolocation"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}