Ugger

Ugger

A simple extension thats helps you to choose the best from the inestgram for your self

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "name": "Ugger",
  "version": "0.0.3",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png",
    "512": "icon512.png"
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_title": "Ugger|آگر",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "cookies",
    "https://my.ugger.app/"
  ],
  "web_accessible_resources": [
    "assets/font/Anjoman-Regular.ttf",
    "assets/font/Anjoman-Regular.woff",
    "assets/font/Anjoman-Regular.woff2",
    "assets/images/cancel.png",
    "icon128.png",
    "assets/images/comments.png",
    "assets/images/infoB.svg",
    "assets/images/estar.svg",
    "assets/images/follower.png",
    "assets/images/following.png",
    "assets/images/information.png",
    "assets/images/like.png",
    "assets/images/likepercomment.png",
    "assets/images/logo300.png",
    "assets/images/percentage.png",
    "assets/images/fa.png",
    "assets/images/fixed.png",
    "assets/images/engShape.png",
    "assets/images/bg-arrow-black.png",
    "assets/images/icon512.png",
    "assets/images/star.svg",
    "assets/images/an-svg.svg",
    "assets/js/App.js",
    "assets/js/chart/Chart.min.css"
  ],
  "description": "A simple extension thats helps you to choose the best from the inestgram for your self",
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "./assets/js/chart/Chart.min.js",
        "./assets/js/anime/anime.min.js",
        "contentScript.js"
      ],
      "css": [
        "main.css",
        "./assets/css/boxLeft.css",
        "./assets/css/boxRight.css",
        "./assets/css/style.css"
      ]
    }
  ]
}