your hot battery saver

your hot battery saver

Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "your hot battery saver",
  "version": "2.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js",
    "permissions": [
      "webNavigation",
      "*://*/*"
    ]
  },
  "action": {
    "default_popup": "hello.html",
    "default_icon": "hello.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens hello.html"
    }
  },
  "permissions": [
    "<all_urls>",
    "http://*/",
    "https://*/"
  ]
}