-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
35 lines (34 loc) · 1.02 KB
/
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
34
35
{
"update_url": "https://clients2.google.com/service/update2/crx",
"background": {"scripts": ["background.js"],"persistent": false},
"browser_action": {
"default_icon": "icon-128.png",
"default_title": "All-In-One PageSpeed Test"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true,
"open_in_tab": false
},
"name": "All-In-One PageSpeed Test",
"short_name": "PageSpeed-All-U-Need",
"description": "Test your page performance with Google PageSpeed Insights, GTmetrix, Yellow Lab Tool and WebPageTest at once, with one single click",
"author": "Evgeniy Orlov, [email protected]",
"homepage_url": "https://marketingradar.de/online-marketing/pagespeed-test-all-in-one-erweiterung-von-marketingradar-de/",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png" },
"web_accessible_resources":[
"welcome.html"
],
"permissions": [
"tabs",
"http://*/*",
"https://*/*",
"storage"
],
"version": "0.5",
"manifest_version": 2
}