Random Anime Wallpaper

Random Anime Wallpaper

Random Anime Wallpaper New Tab Page With Some Useful Function

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.42",
  "description": "Random Anime Wallpaper New Tab Page With Some Useful Function",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "./js/event.js"
    ]
  },
  "name": "Random Anime Wallpaper",
  "offline_enabled": true,
  "browser_action": {
    "default_title": "Random Anime Wallpaper"
  },
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "geolocation",
    "downloads",
    "unlimitedStorage",
    "http://*/",
    "https://*/",
    "http://*/*",
    "http://*.baidu.com/*",
    "https://anime-pictures.net/*",
    "chrome://favicon/",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}