Hi. I'm chaed.
I created a chrome app and want to register it to edge. But, As a result of adding an addon to the Partner Center, my registration was rejected for the following reasons:
Product Policies
1.1.2 Distinct Function & Value; Accurate Representation
The product listing promotes another browser. Please remove the references. (description )
I can't understood failed upload. No other browser name is mentioned in manifest.json
Like this.
{
"background": {
"persistent": true,
"scripts": [ "background.js" ]
},
"content_scripts": [ {
"all_frames": true,
"js": [ "focusevt.js" ],
"matches": [ "<all_urls>" ],
"run_at": "document_start"
} ],
"icons": {
"128": "icon_128.png",
"16": "icon_16.png",
"32": "icon.png"
},
"manifest_version": 2,
"name": "SaAT Netizen",
"permissions": [ "tabs", "http://*/*", "https://*/*", "cookies" ],
"version": "1.0.2"
}
How can I do? Someone help to me please. Thanks.