Pewdiepie Subscriptions Counter

Pewdiepie Subscriptions Counter

#ThankYouPewdiepie Pewdiepie subscriptions counter with subscriptions milestone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pewdiepie Subscriptions Counter",
  "description": "#ThankYouPewdiepie \nPewdiepie subscriptions counter with subscriptions milestone",
  "version": "1.3.2",
  "icons": {
    "128": "img/icon_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "img/icon.png"
  },
  "permissions": [
    "notifications"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  }
}