Skip to content

Manifest version 2 is deprecated #10

@kamueone

Description

@kamueone

Hi there,

this plugin seems not to work anymore. Error is :

Manifest version 2 is deprecated, and support will be removed in 2023.
See https://developer.chrome.com/blog/mv2-transition/ for more details.

{
"manifest_version": 2,

"name": "TradingView NoAds",
"version": "0.2",
"description": "Removes the annoying ads and the upgrade to pro message in TradingView",
"browser_action": {
    "default_icon": {
    "128": "icon-128.png"
  }
},
"content_scripts": [
    {
      "matches": [ "*://*.tradingview.com/*" ],
  	"js": [ "index.js" ],
      "run_at": "document_start"
	}
],
"icons": {
    "128": "icon-128.png"
}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions