Sun Tabs

Sun Tabs

Sun Tabs - Take your browser up a notch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sun Tabs",
  "description": "Sun Tabs - Take your browser up a notch ",
  "version": "2.2",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "./img/icons/sun.png",
    "48": "./img/icons/sun.png",
    "128": "./img/icons/sun.png"
  },
  "background": {
    "default_icon": "./img/icons/sun.png",
    "scripts": [
      "js/background.js"
    ]
  },
  "oauth2": {
    "client_id": "KNaB2KjMIRDSOn2D5bBFGjq3BYfVwX07CxnNyaJDYXI",
    "scopes": [
      "<all urls>",
      "https://api.unsplash.com/photos/?"
    ],
    "content_security_policy": "script-src 'self'  'unsafe-inline' 'unsafe eval'  https://apis.google.com/js/client.js?; object-src 'self'"
  }
}