Added support in manifest for .cc files.
This commit is contained in:
parent
4f725e7c3b
commit
5ea325448c
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Caret",
|
||||
"description": "Professional text editing for Chrome and Chrome OS",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"manifest_version": 2,
|
||||
"icons": {
|
||||
"128": "icon-128-2.png"
|
||||
|
@ -35,6 +35,7 @@
|
|||
"as3",
|
||||
"asm",
|
||||
"c",
|
||||
"cc",
|
||||
"cpp",
|
||||
"coffee",
|
||||
"conf",
|
||||
|
|
Loading…
Reference in a new issue