AnimSearch - Beautify Your Digital Experience

AnimSearch - Beautify Your Digital Experience

Make your computer stand out with Redefined Searching & Browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "img/animsearch-icon-19.png",
    "default_title": "AnimSearch"
  },
  "chrome_url_overrides": {
    "newtab": "animsearch.html"
  },
  "content_security_policy": "script-src 'self' https://*.google.com; object-src 'self'",
  "description": "Make your computer stand out with Redefined Searching & Browsing",
  "externally_connectable": {
    "matches": [
      "*://anim-search.hows.tech/*"
    ]
  },
  "permissions": [
    "storage"
  ],
  "homepage_url": "https://anim-search.hows.tech",
  "icons": {
    "16": "img/animsearch-favicon.png",
    "48": "img/animsearch-icon-48.png",
    "128": "img/animsearch-icon-128.png"
  },
  "manifest_version": 2,
  "name": "AnimSearch - Beautify Your Digital Experience",
  "short_name": "AnimSearch",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.16",
  "web_accessible_resources": [
    "img/animsearch-favicon.png",
    "img/animsearch-logo.png",
    "js/jquery.min.js",
    "js/bundle-a-min.js",
    "js/StringToHash.js",
    "css/_xCv76ea.css",
    "css/_xC0v6es.css",
    "css/style.css",
    "css/bootstrap.css",
    "normalize.min.css",
    "css/page.css",
    "js/page.js",
    "js/jquery-ui.v1.12.1.js",
    "css/normalize.min.css"
  ]
}