diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-03-20 11:01:05 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-03-20 11:01:05 -0700 |
commit | 5c6ab2157b5562a686aef5497fd2cd70c30a63ae (patch) | |
tree | 4bf0ca27eab8bf1ecc63665f49394afecc283840 /manifest.json | |
parent | 84fec940dbe819d2c0603bbda68fc4dec6ab2c0e (diff) |
Reorganizing files
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 1cd15a9d..00000000 --- a/manifest.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "manifest_version": 2, - "name": "Yomichan", - "description": "Yomichan Extension", - "version": "0.0.1", - - "browser_action": { - "default_icon": "icon.png" - }, - - "background": { "page": "background.html" }, - - "content_scripts": [{ - "matches": [ "http://*/*", "https://*/*" ], - "js": [ "content.js" ], - "run_at": "document_end" - }] -} |