Potential Beta

Potential Beta

Monitor battery level for all your devices

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Potential Beta",
  "description": "Monitor battery level for all your devices",
  "version": "0.3",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "notifications",
    "alarms"
  ],
  "icons": {
    "128": "icons/ic_launcher.png"
  },
  "web_accessible_resources": [
    "icons/wifi_enabled.png",
    "icons/wifi_disabled.png",
    "icons/bluetooth_enabled.png",
    "icons/bluetooth_disabled.png",
    "icons/refresh.png",
    "icons/loading.GIF",
    "icons/toggle.GIF",
    "icons/refresh.GIF",
    "sounds/notification.mp3",
    "main.css"
  ],
  "browser_action": {
    "default_title": "Potential",
    "default_icon": "icons/ic_launcher.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}