每日壁纸

每日壁纸

每天提供精美的高清壁纸,让你的桌面时刻保持美感。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "每日壁纸",
  "version": "1.3.13",
  "description": "每天提供精美的高清壁纸,让你的桌面时刻保持美感。",
  "browser_action": {
    "default_icon": "icon16.png",
    "popup": "popup.html",
    "default_popup": "popup.html"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "jquery.min.js",
      "md5.js",
      "background.js"
    ]
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs",
    "notifications",
    "unlimitedStorage",
    "management"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon96.png"
  }
}