Home | History | Annotate | only in /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php
Up to higher level directory
NameDateSize
index.php03-Jun-201410.3K
lib/03-Jun-2014
main.css03-Jun-20141.4K
NOTICE03-Jun-20144.5K
popuplib.js03-Jun-201411K
README03-Jun-2014415

README

      1 See the documentation at
      2     http://code.google.com/chrome/webstore/docs/get_started.html
      3 for instructions on how to use these files.
      4 
      5 "lib" contains the necessary OAuth and OpenID libraries to talk to the Chrome
      6 Web Store Licensing API and Google's OpenID endpoint.
      7 
      8 To "index.php", replace APP_ID, TOKEN, and TOKEN_SECRET with your app's id, your
      9 developer OAuth access token, and its token secret, respectively.
     10