firelog

firelog

This extension displays the FireBase log of the inserted url

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "firelog",
  "description": "This extension displays the FireBase log of the inserted url",
  "version": "2.0",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "tabs",
    "https://*.firebase.com/",
    "https://*.firebaseio.com/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://cdn.firebase.com https://*.firebaseio.com; object-src 'self'",
  "devtools_page": "devtools.html"
}