Maxi best-of

Maxi best-of

Maxi Best-of regroups the latest websites selected by the most popular sources, from internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Maxi best-of",
  "version": "0.2.9resigned1",
  "manifest_version": 2,
  "description": "Maxi best-of regroups the latest websites selected by the most popular sources, in one place.",
  "homepage_url": "https://maxibestof.one",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{1dc4e9f5-8a9d-4578-bae7-fd79a2a4d68b}"
    }
  }
}