Advertisement
metalx1000

Chrome Extension Manifest Template

Apr 24th, 2016
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.21 KB | None | 0 0
  1. {
  2.    "content_scripts": [ {
  3.       "js": [ "jquery.min.js", "main.js" ],
  4.       "matches": [ "*://url/*"]
  5.    } ],
  6.    "description": "title",
  7.    "manifest_version": 2,
  8.    "name": "title",
  9.    "version": "0.1"
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement