Night mode for Aliexpress in English

Night mode for Aliexpress in English

Night mode for Aliexpress in English protects your eyes, making the colors on the site Ali en more pleasant for night shopping

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "manifest_version": 2,
  "version": "0.0.49",
  "description": "__MSG_description__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "img/enable.png",
    "default_title": "__MSG_short_name__"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "web_accessible_resources": [
    "/theme/*.css"
  ],
  "icons": {
    "128": "logo.png"
  }
}