Depths

Depths

Shared knowledge base to learn with the world together.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Depths",
  "version": "2.0.4",
  "manifest_version": 2,
  "description": "Shared knowledge base to learn with the world together.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Depths",
    "default_icon": "icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "scripting",
    "<all_urls>",
    "https://*/*",
    "http://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4eccfe11-6e7b-401c-b946-98235ae94628}"
    }
  }
}