Midnight

Midnight

A set of themes for Wattpad.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.wattpad.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "A set of themes for Wattpad.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArZ09T/YIzVsk5IsXeIYvmh4Yh6lBXzmsjMczexsNpxjyoqsrcmWTTisKxiZp2RfcE5oxt8C5EVyFxDF0oSOckrFRBOdY3PyaTpfhuVSLIV0cODbc2AhNWg0lyzlSq7pMfSt6yn6f9oHg231I9T0Qhbaf1P4kHWlRhyfqXJ0wMwWkgfd9cl4/WGqJF1tuD/4abZCds/oNpyAcVUHY20x/mc3ujgRrZnL47poNfS1A+ZUftMawaEEYd+XsapQYcYN601plNenpkVkr0Xj7ifQBsL2Y/yb3onyhiz8OEC9mH0lx90dT+lvWooOtSfeNXQAjW1Mccio1wk2NcXhW9Q6E6wIDAQAB",
  "manifest_version": 3,
  "name": "Midnight",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.wattpad.com/*"
      ],
      "resources": [
        "themes/*.css"
      ]
    }
  ]
}