Timini Theme Creatoor

Timini Theme Creatoor

Create and share beautiful themes that you can use on timini.no

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Timini Theme Creatoor",
  "description": "Create and share beautiful themes that you can use on timini.no",
  "version": "1.0.0",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/theme-injector.ts-loader-2fd69aa2.js"
      ],
      "matches": [
        "https://www.timini.no/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.timini.no/*"
      ],
      "resources": [
        "assets/color-to-css-0b56780e.js",
        "assets/theme-injector.ts-a31c61b4.js"
      ],
      "use_dynamic_url": true
    }
  ]
}