Little Star - Github Stars Manager

Little Star - Github Stars Manager

Github Stars Manager

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Little Star - Github Stars Manager",
  "version": "1.5.7",
  "manifest_version": 2,
  "description": "Github Stars Manager",
  "icons": {
    "16": "./logo/[email protected]",
    "48": "./logo/[email protected]",
    "128": "./logo/[email protected]"
  },
  "permissions": [
    "cookies",
    "https://github.com/*/*",
    "https://github.com/",
    "https://api.github.com/*",
    "https://www.littlestarcloud.com/*",
    "https://wk.littlestarcloud.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://www.littlestarcloud.com/*"
    ]
  },
  "web_accessible_resources": [
    "css/**",
    "fonts/**",
    "img/**"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "css": [
        "./css/chunk-common.css",
        "./css/content.css"
      ],
      "js": [
        "./js/content.js",
        "./js/chunk-vendors.js",
        "./js/chunk-common.js"
      ]
    },
    {
      "matches": [
        "https://www.littlestarcloud.com/*"
      ],
      "js": [
        "./webpage.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://www.littlestarcloud.com/auth/github/callback/*"
      ],
      "js": [
        "./loginCallback.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Little Star",
    "default_icon": "./logo/[email protected]",
    "default_popup": "./index.html"
  },
  "background": {
    "page": "./background.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+O",
        "mac": "Command+Shift+Y"
      },
      "description": "Opens index.html"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'  https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'"
}