• Home
  • History
  • Annotate
  • only in /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
NameDateSize

..12-Mar-20154 KiB

index.php12-Mar-201510.3 KiB

lib/12-Mar-20154 KiB

main.css12-Mar-20151.4 KiB

NOTICE12-Mar-20154.5 KiB

popuplib.js12-Mar-201511 KiB

README12-Mar-2015415

README

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