Aether Live

Aether Live

Extension Aether live

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Aether Live",
  "description": "Extension Aether live",
  "version": "1.02",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "img/logo.png",
    "default_popup": "index.html"
  },
  "icons": {
    "128": "img/logo128.png"
  },
  "background": {
    "scripts": [
      "scripts/scripts.js"
    ]
  }
}