Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying AngularJS Deployment Essentials
  • Table Of Contents Toc
AngularJS Deployment Essentials

AngularJS Deployment Essentials

By : Zachariah Moreno
3 (1)
close
close
AngularJS Deployment Essentials

AngularJS Deployment Essentials

3 (1)
By: Zachariah Moreno

Overview of this book

If you are a web developer, this handy guide will empower you to quickly learn the fundamentals of AngularJS development and deployment.
Table of Contents (10 chapters)
close
close
9
Index

Augmenting your Angular App for Chrome


Now that Chrome is helping you with testing and packaging your application, all that's left to do is to augment your existing Angular application to support the Chrome App APIs and structure. When you Load [an] unpackaged extension… or an application into Chrome for testing, it is expecting to see an important file that tells Chrome how your application will work. This file is called manifest.json.

The manifest.json file

The manifest.json file is a simple JSON file that contains information used by Chrome to manifest your Angular Chrome App. The required keys that Chrome needs to successfully display your app include manifest_version, name, and version. The minimal syntax included in any application's manifest.json file is as follows:

{
  "name" : "app name",
  "version" : "0.1",
  "manifest_version" : 2
} 

Icons

In addition to the required keys, you will likely want to include several keys in your application's manifest.json file, icons being one of them...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
AngularJS Deployment Essentials
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon