Skip to content

Commit

Permalink
New package version
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuS231 committed Oct 9, 2017
1 parent 13b0715 commit 50f9a36
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions src/data/actions.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"stylesUrl": "https://localhost:8080/dist/actions/styles/bundle.css",
"actions": [{
"title": "Property bags",
"description": "Create, Update or Delete Web Property Bags.",
"image": "/images/sp-bag-64-blue.png",
"scriptUrl": "https://localhost:8080/dist/actions/spPropertyBag/spPropertyBag.js"
},
{
"title": "Site lists",
"description": "All site lists, including hidden.",
"image": "/images/content-management-64-blue.png",
"scriptUrl": "https://localhost:8080/dist/actions/spSiteContent/spSiteContent.js"
},
{
"title": "Site Custom Actions",
"description": "Create, Update or Delete Site Custom Actions.",
"image": "/images/hammer-nailing-a-nail-in-a-wall-64-blue.png",
"scriptUrl": "https://localhost:8080/dist/actions/spSiteCustomActions/spSiteCustomActions.js"
},
{
"title": "Web Custom Actions",
"description": "Create, Update or Delete Web Custom Actions.",
"image": "/images/hammer-nailing-a-nail-in-a-wall-64-blue.png",
"scriptUrl": "https://localhost:8080/dist/actions/spWebCustomActions/spWebCustomActions.js"
},
{
"title": "Site/Web Features",
"description": "Activate, Deactivate site and web features.",
"image": "/images/switch-64-blue.png",
"scriptUrl": "https://localhost:8080/dist/actions/spFeatures/spFeatures.js"
}
]
"stylesUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/styles/bundle.css",
"actions": [{
"title": "Property bags",
"description": "Create, Update or Delete Web Property Bags.",
"image": "/images/sp-bag-64-blue.png",
"scriptUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/SpPropertyBag/SpPropertyBag.js"
},
{
"title": "Site lists",
"description": "All site lists, including hidden.",
"image": "/images/content-management-64-blue.png",
"scriptUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/SpSiteContent/SpSiteContent.js"
},
{
"title": "Site Custom Actions",
"description": "Create, Update or Delete Site Custom Actions.",
"image": "/images/hammer-nailing-a-nail-in-a-wall-64-blue.png",
"scriptUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/spSiteCustomActions/spSiteCustomActions.js"
},
{
"title": "Web Custom Actions",
"description": "Create, Update or Delete Web Custom Actions.",
"image": "/images/hammer-nailing-a-nail-in-a-wall-64-blue.png",
"scriptUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/spWebCustomActions/spWebCustomActions.js"
},
{
"title": "Site/Web Features",
"description": "Activate, Deactivate site and web features.",
"image": "/images/switch-64-blue.png",
"scriptUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/spFeatures/spFeatures.js"
}
]
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Chrome SP Dev Tools",
"version": "1.3.2",
"version": "1.4.0",
"manifest_version": 2,
"description": "Chrome SP Dev Tools",
"icons": {
Expand Down

0 comments on commit 50f9a36

Please sign in to comment.