Animal Shelter Essentials

Animal Shelter Essentials

The Go-To Place for animal lovers wanting to grow their animal shelters

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Animal Shelter Essentials",
  "short_name": "Essentials",
  "version": "1.655",
  "manifest_version": 3,
  "description": "The Go-To Place for animal lovers wanting to grow their animal shelters",
  "homepage_url": "https://shelter65756.bildr.com",
  "icons": {
    "16": "icons/ANIMAL SHELTER.E6jyFF0A5UKKQ2A2c6soZQ.png",
    "48": "icons/ANIMAL SHELTER.E6jyFF0A5UKKQ2A2c6soZQ.png",
    "128": "icons/ANIMAL SHELTER.E6jyFF0A5UKKQ2A2c6soZQ.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/bildr/ui/bildrPopUp.html",
        "src/bildr/ui/css/bildrStyle.css",
        "js/injectScript_Animal Shelter Essentials_1655.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "./js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./js/bildrScript_Animal Shelter Essentials_1655.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": "./icons/ANIMAL SHELTER.E6jyFF0A5UKKQ2A2c6soZQ.png",
    "default_title": "Essentials"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://shelter65756.bildr.com;"
  }
}