Nature Start

Nature Start

Nature Start - Start you day with a glimpse of nature.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nature Start ",
  "description": "Nature Start - Start you day with a glimpse of nature. ",
  "version": "1.1",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "./img/icons/nature.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "oauth2": {
    "client_id": "UiRNYB_QlQthhyvuYrBmg8n8JiLMuWFhKQ7wN3sPi_U",
    "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'"
  },
  "permissions": [
    "webNavigation"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}