-
Notifications
You must be signed in to change notification settings - Fork 14
/
manifest.json
33 lines (33 loc) · 864 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "__MSG_title__",
"version": "1.6",
"description": "Pinterest Enhanced Experience - Fixed Height | Full Size images Download | Google Image Search | Arrow Keys Navigation through pins",
"default_locale": "en",
"short_name": "PinterestEnhanced",
"author": "Lorenzo Zottar",
"icons": { "64": "img/iconON.png" },
"options_page": "options.html",
"page_action": {
"default_title": "Pinterest Enhanced Extension",
"default_icon": "img/iconOFF.png"
},
"background": {
"scripts": ["js/bg.js"],
"persistent": true
},
"permissions": [
"tabs",
"activeTab",
"notifications",
"*://*.pinterest.com/*"
],
"web_accessible_resources": [
"css/fixedHeight.css",
"css/extraDownload.css",
"ajs/inject.js",
"options.html",
"img/download.png",
"img/search.png"
],
"manifest_version": 2
}