New issue
Advanced search Search tips

Issue 877828 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: ----



Sign in to add a comment

JSON Syntax Error in "Chrome Extensions - Getting Started Tutorial"

Reported by sven.sch...@scandio.de, Aug 26

Issue description

https://developer.chrome.com/extensions/getstarted#user_interface

In the manifest.json code block this is highlighted:

    "page_action": {
      "default_popup": "popup.html",
    },

It contains an syntax error (trailing comma). This would be correct:

    "page_action": {
      "default_popup": "popup.html"
    },

Sorry for the wrong category "Translation Issue", but I couldn't find a better fitting one.
 
Components: -UI>Localization UI>Browser
Labels: Hotlist-DesktopUIToolingRequired Hotlist-DesktopUIChecked
***UI Mass Triage***

Adding appropriate label for expert review.
This bug had an unsupported status. Updating to Untriaged so someone will reevaluate.
Status: Untriaged (was: Unknown)

Sign in to add a comment