WeRoad: pictures from all over the world

WeRoad: pictures from all over the world

Open a new tab and travel around the world!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WeRoad: pictures from all over the world",
  "description": "Open a new tab and travel around the world!",
  "default_locale": "en",
  "host_permissions": [
    "https://api-catalog.weroad.it/*",
    "https://strapi-imaginary.weroad.it/*",
    "https://api-catalog.weroad.es/*",
    "https://strapi-imaginary.weroad.es/*",
    "https://api-catalog.weroad.co.uk/*",
    "https://strapi-imaginary.weroad.co.uk/*",
    "https://api-catalog.weroad.fr/*",
    "https://strapi-imaginary.weroad.fr/*",
    "https://api-catalog.weroad.de/*",
    "https://strapi-imaginary.weroad.de/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "override.html"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline' https://p.typekit.net https://use.typekit.net/fsy5fjk.css https://cdn.weroad.io/common/fonts/font.css; font-src 'self' https://use.typekit.net https://cdn.weroad.io; img-src 'self' https://cdn.weroad.io https://strapi-imaginary.weroad.it; connect-src https://api-catalog.weroad.it https://api-catalog.weroad.es https://api-catalog.weroad.co.uk https://api-catalog.weroad.fr https://api-catalog.weroad.de"
  },
  "version": "2.0.2"
}