Peace Start Tabs

Peace Start Tabs

Peace Start 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": 3,
  "name": "Peace Start Tabs",
  "description": "Peace Start Tabs - Take your browser up a notch ",
  "version": "1.1",
  "chrome_url_overrides": {
    "newtab": "home.html"
  },
  "icons": {
    "16": "./img/icons/dove.png",
    "48": "./img/icons/dove.png",
    "128": "./img/icons/dove.png"
  },
  "background": {
    "default_icon": "./img/icons/dove.png",
    "service_worker": "/js/backdrop.js"
  },
  "oauth2": {
    "client_id": "KNaB2KjMIRDSOn2D5bBFGjq3BYfVwX07CxnNyaJDYXI",
    "scopes": [
      "<all urls>",
      "https://api.unsplash.com/photos/?"
    ],
    "content_security_policy": {
      "extension_pages": "script-src 'self'; object-src 'self'",
      "sandbox": "sandbox allow-scripts; script-src 'self' 'https://apis.google.com/js/client.js?'; object-src 'self'"
    }
  }
}