Bellza - Always Informed

Bellza - Always Informed

Simple and beautiful.Enjoy the most inspiring stuff out there. Never miss the next big thing.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bellza - Always Informed",
  "description": "Simple and beautiful.Enjoy the most inspiring stuff out there. Never miss the next big thing. ",
  "version": "2.3.2",
  "short_name": "bellza",
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "64": "icon16.png"
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "activeTab",
    "topSites",
    "chrome://favicon/",
    "history",
    "identity",
    "https://api.muz.li/"
  ]
}