ThiWeb Crypt/Decrypt

ThiWeb Crypt/Decrypt

Crypt / Auto-decrypt Links on ThiWeb

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "ThiWeb Crypt/Decrypt",
  "version": "1.7",
  "manifest_version": 2,
  "description": "Crypt / Auto-decrypt Links on ThiWeb",
  "homepage_url": "https://www.thiweb.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "fr",
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "ThiWeb Decrypt",
    "default_popup": "src/page_action/page_action.html"
  },
  "permissions": [
    "https://live.thiweb.com/*",
    "https://forum.thiweb.com/*"
  ],
  "applications": {
    "gecko": {
      "id": "{0b6555af-b17c-44b9-8e95-ab1e554dca4f}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://forum.thiweb.com/*"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}